Home
last modified time | relevance | path

Searched refs:bOnce (Results 1 – 16 of 16) sorted by relevance

/trunk/main/vcl/unx/generic/app/
H A Dsaldata.cxx475 static Bool bOnce = False; in EmitFontpathWarning() local
476 if ( !bOnce ) in EmitFontpathWarning()
478 bOnce = True; in EmitFontpathWarning()
533 static Bool bOnce = False; in XError() local
534 if ( !bOnce ) in XError()
539 bOnce = True ; in XError()
H A Dwmadaptor.cxx1114 static bool bOnce = true; in setWMName() local
1115 if( bOnce ) in setWMName()
1117 bOnce = false; in setWMName()
/trunk/main/padmin/source/
H A Dcmddlg.cxx47 static bool bOnce = false; in getSystemPrintCommands() local
48 if( ! bOnce ) in getSystemPrintCommands()
50 bOnce = true; in getSystemPrintCommands()
61 static bool bOnce = false; in getSystemPdfCommands() local
64 if( ! bOnce ) in getSystemPdfCommands()
66 bOnce = true; in getSystemPdfCommands()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dhelper.cxx50 static bool bOnce = false; in getOfficePath() local
52 if( ! bOnce ) in getOfficePath()
54 bOnce = true; in getOfficePath()
/trunk/main/forms/source/xforms/
H A Dmodel.cxx449 bool bOnce = false; in loadInstance() local
450 getInstanceData( aSequence, NULL, NULL, &sURL, &bOnce ); in loadInstance()
470 bOnce ? &sEmpty : &sURL, NULL); in loadInstance()
H A Dmodel_ui.cxx434 bool bOnce = bURLOnce; // bool, so we can take address in setInstanceData in newInstance() local
435 setInstanceData( aSequence, &sName, &xInstance, &sURL, &bOnce ); in newInstance()
/trunk/main/vcl/aqua/source/window/
H A Dsalmenu.cxx100 static bool bOnce = true; in initAppMenu() local
101 if( bOnce ) in initAppMenu()
103 bOnce = false; in initAppMenu()
/trunk/main/sd/source/ui/app/
H A Dsdmod1.cxx345 static bool bOnce = false; variable
433 if ( !bOnce ) in GetState()
444 bOnce = true; in GetState()
/trunk/main/vcl/unx/headless/
H A Dsvpprn.cxx1037 static bool bOnce = false; in update() local
1038 if( ! bOnce ) in update()
1040 bOnce = true; in update()
H A Dsvppspgraphics.cxx1262 static bool bOnce = true; in AnnounceFonts() local
1263 if( bOnce ) in AnnounceFonts()
1265 bOnce = false; in AnnounceFonts()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx1376 static bool bOnce = true; in AnnounceFonts() local
1377 if( bOnce ) in AnnounceFonts()
1379 bOnce = false; in AnnounceFonts()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx168 static bool bOnce = true; in FtFontFile() local
169 if( bOnce ) in FtFontFile()
171 bOnce = false; in FtFontFile()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2329 static bool bOnce = true; in GetDevFontList() local
2330 if( bOnce ) in GetDevFontList()
2332 bOnce = false; in GetDevFontList()
/trunk/main/cui/source/options/
H A Dtreeopt.cxx1905 for(bool bOnce = false; bOnce==false; bOnce=true) in Initialize() local
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1288 static bool bOnce = false; in initClientId() local
1289 if( ! bOnce ) in initClientId()
1291 bOnce = true; in initClientId()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx1766 static bool bOnce = true; in PDFWriterImpl() local
1767 if( bOnce ) in PDFWriterImpl()
1769 bOnce = false; in PDFWriterImpl()

Completed in 253 milliseconds