Home
last modified time | relevance | path

Searched refs:bFit (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/sc/source/ui/view/
H A Doutput2.cxx1295 sal_Bool bFit = ( nNeeded + nFilter <= nMergeSizeX ); in GetOutputArea() local
1296 if ( bFit || bCellIsValue ) in GetOutputArea()
1307 if ( !bFit ) in GetOutputArea()
/trunk/main/sw/source/core/text/
H A Dwidorp.cxx125 sal_Bool bFit = sal_False; in IsInside() local
143 bFit = nRstHeight >= nLineHeight; in IsInside()
151 bFit = nHeight >= nLineHeight; in IsInside()
154 if ( !bFit ) in IsInside()
162 bFit = nHeight >= nLineHeight; in IsInside()
166 if( !bFit ) in IsInside()
176 bFit = nHeight >= nLineHeight; in IsInside()
182 return bFit; in IsInside()
/trunk/main/svx/source/table/
H A Dtablelayouter.cxx539 void TableLayouter::LayoutTableWidth( Rectangle& rArea, bool bFit ) in LayoutTableWidth() argument
617 if( !bFit && !aOptimalColumns.empty() && (nCurrentWidth < rArea.getWidth()) ) in LayoutTableWidth()
667 if( bFit && (nCurrentWidth != rArea.getWidth()) ) in LayoutTableWidth()
679 if( bFit ) in LayoutTableWidth()
692 void TableLayouter::LayoutTableHeight( Rectangle& rArea, bool bFit ) in LayoutTableHeight() argument
768 if( !bFit && !aOptimalRows.empty() && (nCurrentHeight < rArea.getHeight()) ) in LayoutTableHeight()
817 if( bFit && nCurrentHeight != rArea.getHeight() ) in LayoutTableHeight()
827 if( bFit ) in LayoutTableHeight()
H A Dtablelayouter.hxx131 void LayoutTableWidth( ::Rectangle& rArea, bool bFit );
132 void LayoutTableHeight( ::Rectangle& rArea, bool bFit );
/trunk/main/svx/source/svdraw/
H A Dsvdibrow.cxx799 FASTBOOL bFit=((const SdrCaptionFitLineLenItem*)pItem)->GetValue(); in IsItemIneffective() local
800 if (bFit) return sal_True; in IsItemIneffective()
/trunk/main/svtools/source/filter/
H A Dsgvtext.cxx597 sal_Bool bFit=(FitXMul!=1 || FitXDiv!=1 || FitYMul!=1 || FitYDiv!=1); in SetTextContext() local
652 if (Atr.Breite!=100 || bFit) { in SetTextContext()
653 if (bFit) { in SetTextContext()
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx775 sal_Bool bFit = sal_True; in GetPrintArea() local
777 bFit = sal_False; in GetPrintArea()
779 bFit = sal_False; in GetPrintArea()
781 if ( bFit && pObject->GetLayer() != SC_LAYER_HIDDEN ) in GetPrintArea()

Completed in 142 milliseconds