Searched refs:bSyncWidth (Results 1 – 2 of 2) sorted by relevance
441 sal_Bool bSyncWidth : 1; member in XMLTextFrameContext_Impl705 if( bSyncWidth || nWidth > 0 ) in Create()707 sal_Bool bTmp = bSyncWidth; in Create()894 bSyncWidth = sal_False; in XMLTextFrameContext_Impl()978 bSyncWidth = sal_True; in XMLTextFrameContext_Impl()
2620 sal_Bool bSyncWidth = sal_False; in addTextFrameAttributes() local2623 bSyncWidth = *(sal_Bool *)rPropSet->getPropertyValue( sIsSyncWidthToHeight ).getValue(); in addTextFrameAttributes()2624 if( bSyncWidth ) in addTextFrameAttributes()2628 if( !bSyncWidth && xPropSetInfo->hasPropertyByName( sRelativeWidth ) ) in addTextFrameAttributes()
Completed in 131 milliseconds