Searched refs:bFitWidth (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | autofmt.cxx | 488 bFitWidth ( sal_False ), in ScAutoFmtPreview() 921 bFitWidth = pNewData->GetIncludeWidthHeight(); in NotifyChange() 922 CalcCellArray( bFitWidth ); in NotifyChange() 925 else if ( bFitWidth != pNewData->GetIncludeWidthHeight() ) in NotifyChange() 927 bFitWidth = !bFitWidth; in NotifyChange() 928 CalcCellArray( bFitWidth ); in NotifyChange()
|
/aoo41x/main/sw/source/ui/table/ |
H A D | tautofmt.cxx | 85 sal_Bool bFitWidth; member in AutoFmtPreview 107 void CalcCellArray ( sal_Bool bFitWidth ); 586 bFitWidth ( sal_False ), in IMPL_LINK_INLINE_END() 987 bFitWidth = aCurData.IsJustify();//sal_True; //??? in NotifyChange() 988 CalcCellArray( bFitWidth ); in NotifyChange()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | autofmt.hxx | 140 sal_Bool bFitWidth; member in ScAutoFmtPreview 159 SC_DLLPRIVATE void CalcCellArray ( sal_Bool bFitWidth );
|
/aoo41x/main/svx/source/table/ |
H A D | tablelayouter.hxx | 79 void LayoutTable( ::Rectangle& rRectangle, bool bFitWidth, bool bFitHeight );
|
H A D | tablelayouter.cxx | 842 void TableLayouter::LayoutTable( Rectangle& rRectangle, bool bFitWidth, bool bFitHeight ) in LayoutTable() argument 866 LayoutTableWidth( rRectangle, bFitWidth ); in LayoutTable()
|
H A D | svdotable.cxx | 228 void LayoutTable( Rectangle& rArea, bool bFitWidth, bool bFitHeight ); 649 void SdrTableObjImpl::LayoutTable( Rectangle& rArea, bool bFitWidth, bool bFitHeight ) in LayoutTable() argument 654 mpLayouter->LayoutTable( rArea, bFitWidth, bFitHeight ); in LayoutTable()
|
Completed in 68 milliseconds