Searched refs:fExportFormat (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/sudoku/
H A DSudokuWindow.h51 uint32 fExportFormat; member in class:SudokuWindow
H A DSudokuWindow.cpp150 fExportFormat(kExportAsText)
485 if (message->FindInt32("as", (int32 *)&fExportFormat) < B_OK)
486 fExportFormat = kExportAsText;
508 fSudokuView->SaveTo(ref, fExportFormat);

Completed in 29 milliseconds