Home
last modified time | relevance | path

Searched refs:bFitWidth (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/ui/miscdlgs/
H A Dautofmt.cxx488 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()
/trunk/main/sw/source/ui/table/
H A Dtautofmt.cxx85 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()
/trunk/main/sc/source/ui/inc/
H A Dautofmt.hxx140 sal_Bool bFitWidth; member in ScAutoFmtPreview
159 SC_DLLPRIVATE void CalcCellArray ( sal_Bool bFitWidth );
/trunk/main/svx/source/table/
H A Dtablelayouter.hxx79 void LayoutTable( ::Rectangle& rRectangle, bool bFitWidth, bool bFitHeight );
H A Dtablelayouter.cxx842 void TableLayouter::LayoutTable( Rectangle& rRectangle, bool bFitWidth, bool bFitHeight ) in LayoutTable() argument
866 LayoutTableWidth( rRectangle, bFitWidth ); in LayoutTable()
H A Dsvdotable.cxx228 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 61 milliseconds