Searched refs:bContext (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sfx2/source/control/ |
H A D | objface.cxx | 71 sal_Bool bContext; member 79 bContext(sal_False), in SfxObjectUI_Impl() 505 void SfxInterface::RegisterChildWindow(sal_uInt16 nId, sal_Bool bContext, const String* pChildWinNa… in RegisterChildWindow() argument 507 RegisterChildWindow( nId, bContext, 0UL, pChildWinName ); in RegisterChildWindow() 510 void SfxInterface::RegisterChildWindow(sal_uInt16 nId, sal_Bool bContext, sal_uInt32 nFeature, cons… in RegisterChildWindow() argument 513 pUI->bContext = bContext; in RegisterChildWindow() 541 if ( (*pImpData->pChildWindows)[nNo]->bContext ) in GetChildWindowId()
|
/aoo42x/main/vcl/unx/generic/printer/ |
H A D | jobdata.cxx | 185 bool bContext = false; in constructFromStreamBuffer() local 254 bContext = true; in constructFromStreamBuffer() 260 …return bVersion && bPrinter && bOrientation && bCopies && bContext && bMargin && bPSLevel && bPDFD… in constructFromStreamBuffer()
|
/aoo42x/main/framework/source/uiconfiguration/ |
H A D | windowstateconfiguration.cxx | 228 bContext : 1, member 630 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.bContext ); break; in impl_getSequenceFromStruct() 705 aWindowStateInfo.bContext = bValue; break; in impl_insertCacheAndReturnSequence() 899 aWindowStateInfo.bContext = bValue; break; in impl_insertCacheAndReturnWinState() 1105 rWinStateInfo.bContext = bValue; in impl_fillStructFromSequence() 1243 …xPropSet->setPropertyValue( m_aPropArray[i], makeAny( sal_Bool( rWinStateInfo.bContext )) ); break; in impl_putPropertiesFromStruct()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | objface.hxx | 89 void RegisterChildWindow( sal_uInt16, sal_Bool bContext, const String* pST=0 ); 90 …void RegisterChildWindow( sal_uInt16, sal_Bool bContext, sal_uInt32 nFeature, const String* pS…
|
Completed in 106 milliseconds