Home
last modified time | relevance | path

Searched refs:rWidth (Results 1 – 25 of 55) sorted by last modified time

123

/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx999 width::type &rWidth, pitch::type &rPitch) const in Substitute() argument
1034 addtopattern(rWrapper, pPattern, rItalic, rWeight, rWidth, rPitch); in Substitute()
1081 rWidth = convertWidth(val); in Substitute()
H A Dfontmanager.cxx178 if( rWidth.Equals( "bold" ) || in parseWidth()
179 rWidth.Equals( "semiexpanded" ) ) in parseWidth()
181 else if( rWidth.Equals( "condensed" ) || in parseWidth()
182 rWidth.Equals( "narrow" ) ) in parseWidth()
184 else if( rWidth.Equals( "double wide" ) || in parseWidth()
185 rWidth.Equals( "extraexpanded" ) || in parseWidth()
186 rWidth.Equals( "ultraexpanded" ) ) in parseWidth()
188 else if( rWidth.Equals( "expanded" ) || in parseWidth()
189 rWidth.Equals( "wide" ) ) in parseWidth()
191 else if( rWidth.Equals( "extracondensed" ) ) in parseWidth()
[all …]
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx1857 static void ImplAddButtonBorder( long &rWidth, long& rHeight, sal_uInt16 aOutStyle, sal_Bool bNativ… in ImplAddButtonBorder() argument
1861 rWidth += OUTBUTTON_SIZE; in ImplAddButtonBorder()
1866 rWidth += SMALLBUTTON_HSIZE; in ImplAddButtonBorder()
1873 rWidth += 2; in ImplAddButtonBorder()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx737 static void ImplCalcType( sal_uLong& rType, FontWeight& rWeight, FontWidth& rWidth, in ImplCalcType() argument
761 if ( ((rWidth == WIDTH_DONTKNOW) || (rWidth == WIDTH_NORMAL)) && in ImplCalcType()
763 rWidth = pFontAttr->Width; in ImplCalcType()
4236 long& rYOff, long& rWidth, in ImplGetEmphasisMark() argument
4273 rWidth = 0; in ImplGetEmphasisMark()
4298 rWidth = nDotSize; in ImplGetEmphasisMark()
4324 rWidth = nDotSize; in ImplGetEmphasisMark()
4340 rWidth = nDotSize; in ImplGetEmphasisMark()
4353 rWidth = nDotSize; in ImplGetEmphasisMark()
4371 rWidth = aBoundRect.GetWidth(); in ImplGetEmphasisMark()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx737 …Rect( sal_uInt32 nPoints, const SalPoint* pPtAry, long &rX, long& rY, long& rWidth, long& rHeight ) in getBoundRect() argument
757 rWidth = nX2 - nX1 + 1; in getBoundRect()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx1832 void WinSalFrame::GetClientSize( long& rWidth, long& rHeight ) in GetClientSize() argument
1834 rWidth = maGeometry.nWidth; in GetClientSize()
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx2128 sal_uInt64 rWidth = aSz.Width(); in SetAttributesAtGrfNode() local
2130 if( !rWidth && pF) in SetAttributesAtGrfNode()
2131 rWidth = pF->nXaRight - pF->nXaLeft; in SetAttributesAtGrfNode()
2150 ( ( (pRecord->nCropFromLeft >> 16 ) * rWidth ) in SetAttributesAtGrfNode()
2151 + (((pRecord->nCropFromLeft & 0xffff) * rWidth ) >> 16) ))); in SetAttributesAtGrfNode()
2154 ( ( (pRecord->nCropFromRight >> 16 ) * rWidth ) in SetAttributesAtGrfNode()
2155 + (((pRecord->nCropFromRight & 0xffff) * rWidth ) >> 16) ))); in SetAttributesAtGrfNode()
/trunk/main/framework/source/fwe/xml/
H A Dtoolboxdocumenthandler.cxx88 sal_Int16& rWidth, in ExtractToolbarParameters() argument
110 rProp[i].Value >>= rWidth; in ExtractToolbarParameters()
H A Dstatusbardocumenthandler.cxx123 sal_Int16& rWidth ) in ExtractStatusbarItemParameters() argument
146 rProp[i].Value >>= rWidth; in ExtractStatusbarItemParameters()
/trunk/main/vcl/win/source/gdi/
H A Dsalvd.cxx251 void WinSalVirtualDevice::GetSize( long& rWidth, long& rHeight ) in GetSize() argument
253 rWidth = GetDeviceCaps( getHDC(), HORZRES ); in GetSize()
H A Dwinlayout.cxx2795 virtual sal_GlyphId getKashidaGlyph(int & rWidth);
2800 sal_GlyphId GraphiteLayoutWinImpl::getKashidaGlyph(int & rWidth) argument
2802 rWidth = mrFont.GetMinKashidaWidth();
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1586 void GtkSalFrame::GetClientSize( long& rWidth, long& rHeight ) in GetClientSize() argument
1590 rWidth = maGeometry.nWidth; in GetClientSize()
1594 rWidth = rHeight = 0; in GetClientSize()
/trunk/main/vcl/unx/headless/
H A Dsvpframe.cxx252 void SvpSalFrame::GetClientSize( long& rWidth, long& rHeight ) in GetClientSize() argument
256 rWidth = maGeometry.nWidth; in GetClientSize()
260 rWidth = rHeight = 0; in GetClientSize()
H A Dsvpframe.hxx85 virtual void GetClientSize( long& rWidth, long& rHeight );
H A Dsvpvd.cxx95 void SvpSalVirtualDevice::GetSize( long& rWidth, long& rHeight ) in GetSize() argument
100 rWidth = aDevSize.getX(); in GetSize()
104 rWidth = rHeight = 0; in GetSize()
H A Dsvpvd.hxx52 virtual void GetSize( long& rWidth, long& rHeight );
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx1407 void X11SalFrame::GetClientSize( long &rWidth, long &rHeight ) in GetClientSize() argument
1411 rWidth = rHeight = 0; in GetClientSize()
1415 rWidth = maGeometry.nWidth; in GetClientSize()
1418 if( !rWidth || !rHeight ) in GetClientSize()
1424 maGeometry.nWidth = rWidth = aAttrib.width; in GetClientSize()
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx1334 int& rWidth, int& rHeight ) const in getPaperDimension() argument
1351 rWidth = (int)(PDWidth + 0.5); in getPaperDimension()
2138 void PPDContext::getPageSize( String& rPaper, int& rWidth, int& rHeight ) const in getPageSize() argument
2142 rWidth = 595; in getPageSize()
2153 m_pParser->getPaperDimension( rPaper, rWidth, rHeight ); in getPageSize()
2158 m_pParser->getDefaultPaperDimension( rWidth, rHeight ); in getPageSize()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalvd.cxx265 void X11SalVirtualDevice::GetSize( long& rWidth, long& rHeight ) in GetSize() argument
267 rWidth = GetWidth(); in GetSize()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx170 …bool bRtl, long &rWidth, float fScaling, std::vector<int> & rChar2Base, std::vector<int> & rGlyph2… in fill_from() argument
298 rWidth = round2long(fMaxX * fScaling) - nXOffset + nDxOffset; in fill_from()
299 if (rWidth < 0) in fill_from()
302 rWidth = 0; in fill_from()
330 fprintf(grLog(),"Glyphs xOff%ld dropDx%ld w%ld\n", nXOffset, nDxOffset, rWidth); in fill_from()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx1212 void Os2SalFrame::GetClientSize( long& rWidth, long& rHeight ) in GetClientSize() argument
1214 rWidth = maGeometry.nWidth; in GetClientSize()
/trunk/main/vcl/os2/source/gdi/
H A Dsalvd.cxx203 void Os2SalVirtualDevice::GetSize( long& rWidth, long& rHeight ) in GetSize() argument
207 rWidth = alData; in GetSize()
/trunk/main/vcl/inc/win/
H A Dsalframe.h107 virtual void GetClientSize( long& rWidth, long& rHeight );
H A Dsalvd.h59 virtual void GetSize( long& rWidth, long& rHeight );
/trunk/main/vcl/inc/vcl/
H A Dppdparser.hxx223 void getDefaultPaperDimension( int& rWidth, int& rHeight ) const in getDefaultPaperDimension() argument
224 { getPaperDimension( getDefaultPaperDimension(), rWidth, rHeight ); } in getDefaultPaperDimension()
226 int& rWidth, int& rHeight ) const;
336 void getPageSize( String& rPaper, int& rWidth, int& rHeight ) const;

Completed in 288 milliseconds

123