Home
last modified time | relevance | path

Searched refs:bHeight (Results 1 – 13 of 13) sorted by relevance

/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx1112 double UserFormGeometryHelper::implGetSize( bool bHeight, bool bOuter ) const in implGetSize() argument
1114 …sal_Int32 nSizeAppFont = mxModelProps->getPropertyValue( bHeight ? saHeightName : saWidthName ).ge… in implGetSize()
1132 return bHeight ? aSizePoint.Height : aSizePoint.Width; in implGetSize()
1135 void UserFormGeometryHelper::implSetSize( double fSize, bool bHeight, bool bOuter ) in implSetSize() argument
1162 …mxModelProps->setPropertyValue( bHeight ? saHeightName : saWidthName, uno::Any( bHeight ? aSizeApp… in implSetSize()
/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx352 ScBaseCell* pUndoCell, double nVal, sal_Bool bHeight ) : in ScUndoEnterValue() argument
357 bNeedHeight ( bHeight ) in ScUndoEnterValue()
436 ScBaseCell* pUndoCell, ScBaseCell* pRedoCell, sal_Bool bHeight ) : in ScUndoPutCell() argument
441 bNeedHeight ( bHeight ) in ScUndoPutCell()
/trunk/main/sc/source/ui/inc/
H A Dundocell.hxx113 ScBaseCell* pUndoCell, double nVal, sal_Bool bHeight );
140 ScBaseCell* pUndoCell, ScBaseCell* pRedoCell, sal_Bool bHeight );
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx528 bool bHeight = false; in SetAttributes() local
549 bHeight = in SetAttributes()
563 bHeight = in SetAttributes()
593 bHeight = in SetAttributes()
702 if ( bHeight ) in SetAttributes()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx236 double implGetSize( bool bHeight, bool bOuter ) const;
237 void implSetSize( double fSize, bool bHeight, bool bOuter );
/trunk/main/sc/source/core/data/
H A Dtable2.cxx749 … sal_Bool bHeight = (nCol1==0 && nCol2==MAXCOL && mpRowHeights && pDestTab->mpRowHeights); in CopyToTable() local
751 if (bWidth||bHeight) in CopyToTable()
775 if (bHeight) in CopyToTable()
863 sal_Bool bHeight = (nCol1==0 && nCol2==MAXCOL && mpRowHeights && pDestTab->mpRowHeights); in UndoToTable() local
865 if (bWidth||bHeight) in UndoToTable()
877 if (bWidth||bHeight) in UndoToTable()
885 if (bHeight) in UndoToTable()
/trunk/main/sw/source/core/inc/
H A Drowfrm.hxx71 void AdjustCells( const SwTwips nHeight, const sal_Bool bHeight );
/trunk/main/svx/source/table/
H A Dsvdotable.cxx2173 const bool bHeight = maLogicRect.getHeight() != aRect.getHeight(); in NbcSetLogicRect() local
2175 NbcAdjustTextFrameWidthAndHeight( !bHeight, !bWidth ); in NbcSetLogicRect()
2233 FASTBOOL SdrTableObj::AdjustTextFrameWidthAndHeight(Rectangle& rR, FASTBOOL bHeight, FASTBOOL bWidt… in AdjustTextFrameWidthAndHeight() argument
2239 mpImpl->LayoutTable( aRectangle, !bWidth, !bHeight ); in AdjustTextFrameWidthAndHeight()
/trunk/main/sw/source/filter/html/
H A Dhtmlform.cxx389 sal_Bool bWidth, sal_Bool bHeight );
427 sal_Bool bWidth, sal_Bool bHeight ) : in SwHTMLImageWatcher() argument
429 bSetWidth( bWidth ), bSetHeight( bHeight ) in SwHTMLImageWatcher()
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx259 sal_Bool bHeight = pDocSh && pDocSh->AdjustRowHeight( in EndPaste() local
278 if (!bHeight) in EndPaste()
H A Ddocfunc.cxx819 sal_Bool bHeight = ( bEditDeleted || bEditCell || in PutCell() local
831 new ScUndoPutCell( &rDocShell, rPos, pUndoCell, pRedoCell, bHeight ) ); in PutCell()
834 if (bHeight) in PutCell()
/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx4504 void SwRowFrm::AdjustCells( const SwTwips nHeight, const sal_Bool bHeight ) in AdjustCells() argument
4507 if ( bHeight ) in AdjustCells()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx1179 sal_Bool bHeight = rDocShell.AdjustRowHeight( nStartRow, nEndRow, nTab ); in lcl_PutDataArray() local
1191 if (!bHeight) in lcl_PutDataArray()
1268 sal_Bool bHeight = rDocShell.AdjustRowHeight( nStartRow, nEndRow, nTab ); in lcl_PutFormulaArray() local
1280 if (!bHeight) in lcl_PutFormulaArray()

Completed in 337 milliseconds