/trunk/main/vcl/source/gdi/ |
H A D | font.cxx | 914 o_rResult.SetWidth( WIDTH_ULTRA_CONDENSED ); in identifyTrueTypeFont() 916 o_rResult.SetWidth( WIDTH_EXTRA_CONDENSED ); in identifyTrueTypeFont() 918 o_rResult.SetWidth( WIDTH_CONDENSED ); in identifyTrueTypeFont() 920 o_rResult.SetWidth( WIDTH_SEMI_CONDENSED ); in identifyTrueTypeFont() 922 o_rResult.SetWidth( WIDTH_NORMAL ); in identifyTrueTypeFont() 924 o_rResult.SetWidth( WIDTH_SEMI_EXPANDED ); in identifyTrueTypeFont() 926 o_rResult.SetWidth( WIDTH_EXPANDED ); in identifyTrueTypeFont() 928 o_rResult.SetWidth( WIDTH_EXTRA_EXPANDED ); in identifyTrueTypeFont() 930 o_rResult.SetWidth( WIDTH_ULTRA_EXPANDED ); in identifyTrueTypeFont() 1090 void Font::SetWidth( long nWidth ) { SetSize( Size( nWidth, mpImplFont->maSize.Height() ) ); } in SetWidth() function in Font
|
/trunk/main/sw/source/core/doc/ |
H A D | tblrwcl.cxx | 370 aFrmSz.SetWidth( aFrmSz.GetWidth() - in lcl_CopyCol() 2045 aFrmSz.SetWidth( nSize ); in lcl_CopyBoxToDoc() 2620 aNew.SetWidth( nWidth + nLowerDiff ); in lcl_SetSelBoxWidth() 2622 aNew.SetWidth( nWidth - nLowerDiff ); in lcl_SetSelBoxWidth() 2719 aNew.SetWidth( nWidth - nLowerDiff ); in lcl_SetOtherBoxWidth() 2721 aNew.SetWidth( nWidth + nLowerDiff ); in lcl_SetOtherBoxWidth() 2830 aNew.SetWidth( rParam.nDiff ); in lcl_InsSelBox() 3006 aNew.SetWidth( nWidth - nLowerDiff ); in lcl_InsOtherBox() 3088 aNew.SetWidth( nDiff ); in lcl_DelSelBox_CorrLowers() 3489 aSz.SetWidth( nWidth ); in lcl_AjustLines() [all …]
|
/trunk/main/sfx2/source/sidebar/ |
H A D | GridLayouter.cxx | 438 rDescriptor.SetWidth(nWidth); in DistributeWidth() 469 rDescriptor.SetWidth(nWidth); in DistributeWidth() 482 rDescriptor.SetWidth(rDescriptor.GetWidth() + nRemainingWidth); in DistributeWidth() 715 void ColumnDescriptor::SetWidth (const sal_Int32 nWidth) in SetWidth() function in sfx2::sidebar::ColumnDescriptor
|
H A D | Layouter.cxx | 44 void Layouter::SetWidth ( in SetWidth() function in sfx2::sidebar::Layouter
|
/trunk/main/vcl/source/window/ |
H A D | syswin.cxx | 527 rData.SetWidth( aTokenStr.ToInt32() ); in ImplWindowStateFromStr() 531 rData.SetWidth( 0 ); in ImplWindowStateFromStr() 534 rData.SetWidth( 0 ); in ImplWindowStateFromStr() 890 rData.SetWidth( aState.mnWidth ); in GetWindowStateData() 943 rData.SetWidth( aSize.Width() ); in GetWindowStateData()
|
/trunk/main/svx/source/dialog/ |
H A D | fntctrl.cxx | 65 _rFont.SetWidth( 0 ); in scaleFontWidth() 424 aFont.SetWidth( n100PercentFontWidth * nFontWidthScale / 100 ); in ScaleFontWidth() 425 aCJKFont.SetWidth( n100PercentFontWidthCJK * nFontWidthScale / 100 ); in ScaleFontWidth() 426 aCTLFont.SetWidth( n100PercentFontWidthCTL * nFontWidthScale / 100 ); in ScaleFontWidth()
|
/trunk/main/sw/source/filter/rtf/ |
H A D | rtftbl.cxx | 578 aSz.SetWidth( nTblSz ); in ReadTable() 616 aSz.SetWidth( nTblSz ); in ReadTable() 694 aSz.SetWidth( nTblSz ); in ReadTable() 739 aSz.SetWidth( nTblSz ); in ReadTable()
|
/trunk/main/sw/source/ui/shells/ |
H A D | grfsh.cxx | 178 aFrmSize.SetWidth( pRect->Width() ); in Execute() 189 aSizeCopy.SetWidth(rSh.GetAnyCurRect(RECT_FLY_EMBEDDED).Width()); in Execute() 269 aSize.SetWidth( rSz.Width() ); in Execute()
|
/trunk/main/sw/source/filter/xml/ |
H A D | xmlimpit.cxx | 399 pShadow->SetWidth( static_cast< sal_uInt16 >( (nX + nY) >> 1 ) ); in PutXMLValue() 909 pFrmSize->SetWidth( (sal_uInt16)nValue ); in PutXMLValue() 925 pFrmSize->SetWidth( (sal_uInt16)nValue ); in PutXMLValue()
|
/trunk/main/svx/source/sidebar/line/ |
H A D | LineWidthControl.cxx | 289 mrLinePropertyPanel.SetWidth(nVal); in IMPL_LINK() 302 mrLinePropertyPanel.SetWidth(nVal); in IMPL_LINK()
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | textlayoutdevice.cxx | 418 aRetval.SetWidth(nScaledWidth); in getVclFontFromFontAttribute() 464 aUnscaledFont.SetWidth(0); in getFontAttributeFromVclFont()
|
/trunk/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 1081 aNew.SetWidth( nWidth ); in GetMergeSel() 1091 aNew.SetWidth( nTmpWidth ); in GetMergeSel() 1129 aNew.SetWidth( nLeft ); in GetMergeSel() 1144 aNew.SetWidth( nWidth ); in GetMergeSel() 1159 aNew.SetWidth( nRight ); in GetMergeSel() 1187 aNew.SetWidth( nLeft ); in GetMergeSel() 1192 aNew.SetWidth( nRight ); in GetMergeSel()
|
/trunk/main/canvas/source/directx/ |
H A D | dx_textlayout_drawhelper.cxx | 185 aFont.SetWidth( nNewWidth ); in drawText() 317 aFont.SetWidth( nNewWidth ); in queryTextBounds()
|
/trunk/main/chart2/source/controller/dialogs/ |
H A D | DataBrowser.cxx | 176 void SetWidth( sal_Int32 nWidth ); 304 void SeriesHeader::SetWidth( sal_Int32 nWidth ) in SetWidth() function in chart::impl::SeriesHeader 320 SetWidth( m_pDevice->PixelToLogic( Size( nWidth, 0 ), MAP_APPFONT ).getWidth()); in SetPixelWidth()
|
/trunk/main/sfx2/inc/sfx2/sidebar/ |
H A D | Layouter.hxx | 44 static void SetWidth (
|
H A D | GridLayouter.hxx | 190 void SetWidth (const sal_Int32 nWidth);
|
/trunk/main/sw/source/core/table/ |
H A D | swtable.cxx | 915 aFmtFrmSize.SetWidth( aFmtFrmSize.GetWidth() + nDiff ); in lcl_ProcessBoxSet() 917 aFmtFrmSize.SetWidth( -aFmtFrmSize.GetWidth() ); in lcl_ProcessBoxSet() 983 aFmtFrmSize.SetWidth( aFmtFrmSize.GetWidth() + nDiff ); in lcl_AdjustBox() 1074 aSz.SetWidth( aParm.nNewWish ); in SetTabCols() 1197 aFmtFrmSize.SetWidth( nNewWidth ); in lcl_AdjustWidthsInLine()
|
/trunk/main/editeng/inc/editeng/ |
H A D | fwdtitem.hxx | 74 void SetWidth( sal_uInt16 nNewWidth, const sal_uInt16 nNewProp = 100 ) in SetWidth() function in SvxFontWidthItem
|
H A D | shaditem.hxx | 86 void SetWidth( sal_uInt16 nNew ) { nWidth = nNew; } in SetWidth() function in SvxShadowItem
|
/trunk/main/vcl/inc/vcl/ |
H A D | cursor.hxx | 93 void SetWidth( long nNewWidth );
|
H A D | lineinfo.hxx | 92 void SetWidth( long nWidth );
|
/trunk/main/sw/source/ui/inc/ |
H A D | swtablerep.hxx | 63 void SetWidth(SwTwips nSet) {nTblWidth = nSet;} in SetWidth() function in SwTableRep
|
/trunk/main/sw/source/core/text/ |
H A D | pordrop.hxx | 60 inline void SetWidth( sal_uInt16 nNew ) { nWidth = nNew; } in SetWidth() function in SwDropPortionPart
|
/trunk/main/sw/inc/ |
H A D | fmtfsize.hxx | 94 void SetWidth ( const SwTwips nNew ) { aSize.Width() = nNew; } in SetWidth() function in SwFmtFrmSize
|
/trunk/main/sc/source/ui/inc/ |
H A D | hdrcont.hxx | 131 void SetWidth( long nNew );
|