Searched refs:bFit (Results 1 – 7 of 7) sorted by relevance
125 sal_Bool bFit = sal_False; in IsInside() local143 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()
539 void TableLayouter::LayoutTableWidth( Rectangle& rArea, bool bFit ) in LayoutTableWidth() argument617 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() argument768 if( !bFit && !aOptimalRows.empty() && (nCurrentHeight < rArea.getHeight()) ) in LayoutTableHeight()817 if( bFit && nCurrentHeight != rArea.getHeight() ) in LayoutTableHeight()827 if( bFit ) in LayoutTableHeight()
131 void LayoutTableWidth( ::Rectangle& rArea, bool bFit );132 void LayoutTableHeight( ::Rectangle& rArea, bool bFit );
775 sal_Bool bFit = sal_True; in GetPrintArea() local777 bFit = sal_False; in GetPrintArea()779 bFit = sal_False; in GetPrintArea()781 if ( bFit && pObject->GetLayer() != SC_LAYER_HIDDEN ) in GetPrintArea()
597 sal_Bool bFit=(FitXMul!=1 || FitXDiv!=1 || FitYMul!=1 || FitYDiv!=1); in SetTextContext() local652 if (Atr.Breite!=100 || bFit) { in SetTextContext()653 if (bFit) { in SetTextContext()
799 FASTBOOL bFit=((const SdrCaptionFitLineLenItem*)pItem)->GetValue(); in IsItemIneffective() local800 if (bFit) return sal_True; in IsItemIneffective()
1295 sal_Bool bFit = ( nNeeded + nFilter <= nMergeSizeX ); in GetOutputArea() local1296 if ( bFit || bCellIsValue ) in GetOutputArea()1307 if ( !bFit ) in GetOutputArea()
Completed in 57 milliseconds