/aoo4110/main/vbahelper/source/vbahelper/ |
H A D | vbahelper.cxx | 1112 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()
|
/aoo4110/main/sc/source/ui/undo/ |
H A D | undocell.cxx | 352 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()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | undocell.hxx | 113 ScBaseCell* pUndoCell, double nVal, sal_Bool bHeight ); 140 ScBaseCell* pUndoCell, ScBaseCell* pRedoCell, sal_Bool bHeight );
|
/aoo4110/main/sw/source/core/text/ |
H A D | EnhancedPDFExportHelper.cxx | 528 bool bHeight = false; in SetAttributes() local 549 bHeight = in SetAttributes() 563 bHeight = in SetAttributes() 593 bHeight = in SetAttributes() 702 if ( bHeight ) in SetAttributes()
|
/aoo4110/main/vbahelper/inc/vbahelper/ |
H A D | vbahelper.hxx | 236 double implGetSize( bool bHeight, bool bOuter ) const; 237 void implSetSize( double fSize, bool bHeight, bool bOuter );
|
/aoo4110/main/sc/source/core/data/ |
H A D | table2.cxx | 749 … 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()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | rowfrm.hxx | 71 void AdjustCells( const SwTwips nHeight, const sal_Bool bHeight );
|
/aoo4110/main/svx/source/table/ |
H A D | svdotable.cxx | 2173 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()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | htmlform.cxx | 389 sal_Bool bWidth, sal_Bool bHeight ); 427 sal_Bool bWidth, sal_Bool bHeight ) : in SwHTMLImageWatcher() argument 429 bSetWidth( bWidth ), bSetHeight( bHeight ) in SwHTMLImageWatcher()
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | impex.cxx | 259 sal_Bool bHeight = pDocSh && pDocSh->AdjustRowHeight( in EndPaste() local 278 if (!bHeight) in EndPaste()
|
H A D | docfunc.cxx | 819 sal_Bool bHeight = ( bEditDeleted || bEditCell || in PutCell() local 831 new ScUndoPutCell( &rDocShell, rPos, pUndoCell, pRedoCell, bHeight ) ); in PutCell() 834 if (bHeight) in PutCell()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | tabfrm.cxx | 4504 void SwRowFrm::AdjustCells( const SwTwips nHeight, const sal_Bool bHeight ) in AdjustCells() argument 4507 if ( bHeight ) in AdjustCells()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 1179 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()
|