Searched refs:bPhys (Results 1 – 5 of 5) sorted by relevance
48 sal_Bool bPhys; // sal_True: physical FAT member in StgFAT
51 bPhys = m; in StgFAT()246 if( !bPhys && !InitNew( nPages ) ) in AllocPages()
106 void SetPhysical(sal_Bool bPhys);
1884 void SwDocStyleSheet::SetPhysical(sal_Bool bPhys) in SetPhysical() argument1886 bPhysical = bPhys; in SetPhysical()1888 if(!bPhys) in SetPhysical()
2321 sal_Bool bPhys = pBase != 0; in lcl_GetStyleProperty() local2324 bPhys = ((SwDocStyleSheet*)pBase)->IsPhysical(); in lcl_GetStyleProperty()2326 if( bPhys && SFX_STYLE_FAMILY_CHAR == eFamily && in lcl_GetStyleProperty()2329 bPhys = sal_False; in lcl_GetStyleProperty()2331 aRet.setValue(&bPhys, ::getBooleanCppuType()); in lcl_GetStyleProperty()
Completed in 107 milliseconds