/trunk/main/sc/source/ui/undo/ |
H A D | undoblk2.cxx | 78 bWidth( bNewWidth ), in ScUndoWidthOrHeight() 96 return ( bWidth ? in GetComment() 130 if (bWidth) // Width in Undo() 183 …pViewShell->SetWidthOrHeight( bWidth, nRangeCnt, pRanges, eMode, nNewSize, sal_False, sal_True, &a… in Redo() 195 …((ScTabViewTarget&)rTarget).GetViewShell()->SetMarkedWidthOrHeight( bWidth, eMode, nNewSize, sal_T… in Repeat()
|
/trunk/main/sc/source/core/data/ |
H A D | column2.cxx | 186 sal_Bool bWidth, const ScNeededSizeOptions& rOptions ) in GetNeededSize() argument 190 double nPPT = bWidth ? nPPTX : nPPTY; in GetNeededSize() 204 if ( bWidth ) in GetNeededSize() 386 nValue = bWidth ? aSize.Width() : aSize.Height(); in GetNeededSize() 390 if (bWidth) in GetNeededSize() 404 if ( bBreak && !bWidth ) in GetNeededSize() 515 sal_Bool bEdWidth = bWidth; in GetNeededSize() 585 if (bWidth) in GetNeededSize() 614 if (bWidth) in GetNeededSize() 629 sal_Bool bWidth ) in GetSimpleTextNeededSize() argument [all …]
|
H A D | table2.cxx | 748 sal_Bool bWidth = (nRow1==0 && nRow2==MAXROW && pColWidth && pDestTab->pColWidth); in CopyToTable() local 751 if (bWidth||bHeight) in CopyToTable() 755 if (bWidth) in CopyToTable() 862 sal_Bool bWidth = (nRow1==0 && nRow2==MAXROW && pColWidth && pDestTab->pColWidth); in UndoToTable() local 865 if (bWidth||bHeight) in UndoToTable() 877 if (bWidth||bHeight) in UndoToTable() 879 if (bWidth) in UndoToTable()
|
H A D | table1.cxx | 267 sal_Bool bWidth, sal_Bool bTotalSize ) in GetNeededSize() argument 274 ( nRow, pDev, nPPTX, nPPTY, rZoomX, rZoomY, bWidth, aOptions ); in GetNeededSize()
|
H A D | document.cxx | 3383 sal_Bool bWidth, sal_Bool bTotalSize ) in GetNeededSize() argument 3387 ( nCol, nRow, pDev, nPPTX, nPPTY, rZoomX, rZoomY, bWidth, bTotalSize ); in GetNeededSize()
|
/trunk/main/cui/source/tabpages/ |
H A D | tpline.cxx | 1709 sal_Bool bWidth = aSize.Width() > aSize.Height(); in IMPL_LINK() local 1710 double nScale = bWidth ? in IMPL_LINK() 1793 sal_Bool bWidth = aSize.Width() > aSize.Height(); in IMPL_LINK() local 1794 double nScale = bWidth ? in IMPL_LINK() 1839 sal_Bool bWidth = aSize.Width() > aSize.Height(); in IMPL_STATIC_LINK() local 1840 double nScale = bWidth ? in IMPL_STATIC_LINK() 1959 sal_Bool bWidth = (sal_Bool)(pField == &aSymbolWidthMF); in IMPL_LINK() local 1960 bLastWidthModified = bWidth; in IMPL_LINK() 1977 if(bWidth) in IMPL_LINK()
|
H A D | numpages.cxx | 2354 sal_Bool bWidth = aSize.Width() > aSize.Height(); in IMPL_LINK() local 2355 double nScale = bWidth ? in IMPL_LINK() 2448 sal_Bool bWidth = pField == &aWidthMF; in IMPL_LINK() local 2449 bLastWidthModified = bWidth; in IMPL_LINK() 2476 if(bWidth) in IMPL_LINK()
|
/trunk/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 2070 void ScViewFunc::SetWidthOrHeight( sal_Bool bWidth, SCCOLROW nRangeCnt, SCCOLROW* pRanges, in SetWidthOrHeight() argument 2099 if (bWidth) in SetWidthOrHeight() 2138 if (bWidth) in SetWidthOrHeight() 2185 if ( !bWidth ) // Hoehen immer blockweise in SetWidthOrHeight() 2264 if (bWidth) in SetWidthOrHeight() 2289 pUndoTab, eMode, nSizeTwips, bWidth ) ); in SetWidthOrHeight() 2305 if (bWidth) in SetWidthOrHeight() 2333 if ( bWidth ) in SetWidthOrHeight() 2362 void ScViewFunc::SetMarkedWidthOrHeight( sal_Bool bWidth, ScSizeMode eMode, sal_uInt16 nSizeTwips, in SetMarkedWidthOrHeight() argument 2382 if ( bWidth ) in SetMarkedWidthOrHeight() [all …]
|
H A D | output2.cxx | 2004 long lcl_GetEditSize( EditEngine& rEngine, sal_Bool bWidth, sal_Bool bSwap, long nAttrRotate ) in lcl_GetEditSize() argument 2007 bWidth = !bWidth; in lcl_GetEditSize() 2019 if ( bWidth ) in lcl_GetEditSize() 2024 else if ( bWidth ) in lcl_GetEditSize() 2033 sal_Bool bWidth, sal_uInt16 nOrient, long nAttrRotate, sal_Bool bPixelToLogic, in ShrinkEditEngine() argument 2036 if ( !bWidth ) in ShrinkEditEngine() 2572 … sal_Bool bWidth = ( eOrient == SVX_ORIENTATION_STANDARD && !bAsianVertical ); in DrawEdit() local 2574 nLeftM, nTopM, nRightM, nBottomM, bWidth, in DrawEdit()
|
/trunk/main/sw/source/core/text/ |
H A D | itrcrsr.cxx | 540 sal_Bool bWidth = pCMS && pCMS->bRealWidth; in _GetCharRect() local 635 ( bWidth && ( pPor->IsKernPortion() || pPor->IsMultiPortion() ) ) ) ) in _GetCharRect() 651 ! bWidth ? 0 : 1; in _GetCharRect() 944 if( bWidth ) in _GetCharRect() 958 bWidth = sal_False; in _GetCharRect() 1079 if( bWidth && pPor->PrtWidth() && pPor->GetLen() && in _GetCharRect()
|
H A D | EnhancedPDFExportHelper.cxx | 527 bool bWidth = false; in SetAttributes() local 548 bWidth = in SetAttributes() 562 bWidth = in SetAttributes() 592 bWidth = in SetAttributes() 696 if ( bWidth ) in SetAttributes()
|
/trunk/main/padmin/source/ |
H A D | fontentry.cxx | 183 bool bWeight = true, bItalic = true, bWidth = true; in fillFontEntry() local 216 bWidth = false; in fillFontEntry() 220 if( bAddRegular && ! bItalic && ! bWidth && ! bWeight ) in fillFontEntry()
|
/trunk/main/sc/source/ui/inc/ |
H A D | viewfunc.hxx | 208 void SetWidthOrHeight( sal_Bool bWidth, SCCOLROW nRangeCnt, SCCOLROW* pRanges, 212 void SetMarkedWidthOrHeight( sal_Bool bWidth, ScSizeMode eMode, sal_uInt16 nSizeTwips,
|
H A D | output.hxx | 171 … sal_Bool bWidth, sal_uInt16 nOrient, long nAttrRotate, sal_Bool bPixelToLogic,
|
H A D | docfunc.hxx | 127 SC_DLLPUBLIC sal_Bool SetWidthOrHeight( sal_Bool bWidth, SCCOLROW nRangeCnt, SCCOLROW* pRanges,
|
H A D | undoblk.hxx | 396 sal_Bool bWidth; member in ScUndoWidthOrHeight
|
/trunk/main/sc/inc/ |
H A D | column.hxx | 358 sal_Bool bWidth, const ScNeededSizeOptions& rOptions ); 374 sal_Bool bWidth );
|
H A D | table.hxx | 632 sal_Bool bWidth, sal_Bool bTotalSize );
|
H A D | document.hxx | 1365 sal_Bool bWidth, sal_Bool bTotalSize = sal_False );
|
/trunk/main/svx/source/table/ |
H A D | svdotable.cxx | 2172 const bool bWidth = maLogicRect.getWidth() != aRect.getWidth(); in NbcSetLogicRect() local 2175 NbcAdjustTextFrameWidthAndHeight( !bHeight, !bWidth ); in NbcSetLogicRect() 2233 … SdrTableObj::AdjustTextFrameWidthAndHeight(Rectangle& rR, FASTBOOL bHeight, FASTBOOL bWidth) const in AdjustTextFrameWidthAndHeight() 2239 mpImpl->LayoutTable( aRectangle, !bWidth, !bHeight ); in AdjustTextFrameWidthAndHeight()
|
/trunk/main/sw/source/core/inc/ |
H A D | layfrm.hxx | 62 long CalcRel( const SwFmtFrmSize &rSz, sal_Bool bWidth ) const;
|
/trunk/main/sc/source/ui/app/ |
H A D | scmod.cxx | 1843 sal_Bool bWidth = pDoc->IdleCalcTextWidth(); in IMPL_LINK() local 1848 bMore = bLinks || bWidth || bSpell; // ueberhaupt noch was? in IMPL_LINK() 1852 if (bWidth) in IMPL_LINK()
|
/trunk/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()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 3116 sal_Bool ScDocFunc::SetWidthOrHeight( sal_Bool bWidth, SCCOLROW nRangeCnt, SCCOLROW* pRanges, SCTAB… in SetWidthOrHeight() argument 3156 if (bWidth) in SetWidthOrHeight() 3184 if ( !bWidth ) // Hoehen immer blockweise in SetWidthOrHeight() 3254 if (bWidth) in SetWidthOrHeight() 3277 pUndoTab, eMode, nSizeTwips, bWidth ) ); in SetWidthOrHeight()
|