Home
last modified time | relevance | path

Searched refs:mbInit (Results 1 – 13 of 13) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx986 mbInit( false ), in ImplFontEntry()
3041 if ( !pFontEntry->mbInit ) in ImplNewFont()
3048 pFontEntry->mbInit = true; in ImplNewFont()
/trunk/main/tools/source/zcodec/
H A Dzcodec.cxx88 mbInit = 0; in BeginCompression()
108 if ( mbInit != 0 ) in EndCompression()
110 if ( mbInit & 2 ) // 1->decompress, 3->compress in EndCompression()
141 if ( mbInit == 0 ) in Compress()
172 if ( mbInit == 0 ) in Decompress()
212 if ( mbInit == 0 ) in Write()
246 if ( mbInit == 0 ) in Read()
292 if ( mbInit == 0 ) in ReadAsynchron()
388 if ( mbInit == 0 ) in ImplInitBuf()
392 mbInit = 1; in ImplInitBuf()
[all …]
/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx113 mbInit ( rSubTree.getLength() == 0 ) in SdOptionsGeneric()
121 if( !mbInit ) in Init()
136 pThis->mbInit = pThis->ReadData( pValues ); in Init()
140 pThis->mbInit = sal_True; in Init()
/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx427 bool mbInit; member in cui::ColorFieldControl
438 , mbInit( false ) in ColorFieldControl()
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx2420 , mbInit( false ) in SbUserFormModule()
2501 if ( mbInit ) in triggerInitializeEvent()
2506 mbInit = true; in triggerInitializeEvent()
2514 mbInit=false; in triggerTerminateEvent()
/trunk/main/vcl/inc/
H A Doutfont.hxx338 bool mbInit; // true if maMetric member is valid member in ImplFontEntry
/trunk/main/tools/inc/tools/
H A Dzcodec.hxx72 sal_uIntPtr mbInit; member in ZCodec
/trunk/main/svx/source/gallery2/
H A Dgalctrl.cxx602 mbInit( sal_False ) in DBG_NAME()
/trunk/main/svx/inc/svx/
H A Dgalctrl.hxx145 sal_Bool mbInit; member in GalleryListView
/trunk/main/sd/source/ui/inc/
H A Doptsitem.hxx103 sal_Bool mbInit : 1; member in SdOptionsGeneric
/trunk/main/comphelper/source/property/
H A DMasterPropertySet.cxx77 , mbInit ( sal_False ) in SlaveData()
/trunk/main/comphelper/inc/comphelper/
H A DMasterPropertySet.hxx44 sal_Bool mbInit; member
46 inline sal_Bool IsInit () { return mbInit;} in IsInit()
47 inline void SetInit ( sal_Bool bInit) { mbInit = bInit; } in SetInit()
/trunk/main/basic/inc/basic/
H A Dsbobjmod.hxx69 bool mbInit; member in SbUserFormModule
93 { return mbInit; } in getInitState()
95 { mbInit = bInit; } in setInitState()

Completed in 111 milliseconds