Home
last modified time | relevance | path

Searched refs:pWidths (Results 1 – 18 of 18) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx201 WidthsPtr pWidths(getWidthsOfRow()); in getGridColsOfRow() local
236 WidthsPtr pWidths; in getWidthsOfRow() local
247 pWidths = WidthsPtr(new Widths); in getWidthsOfRow()
258 pWidths->push_back(rLSz.GetWidth()); in getWidthsOfRow()
264 return pWidths; in getWidthsOfRow()
1213 GridColsPtr pWidths(new Widths); in connectCells() local
1301 pRow->setWidths(pWidths); in connectCells()
1343 WidthsPtr pWidths = pRow->getWidths(); in toString() local
1344 if( bool(pWidths)) in toString() local
1353 if (aIt != pWidths->begin()) in toString()
[all …]
/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx343 sal_Int32* pWidths, in CreateFontSubset() argument
361 pWidths, in CreateFontSubset()
384 sal_Int32* pWidths, in GetEmbedFontData() argument
395 return PspGraphics::DoGetEmbedFontData( aFont, pUnicodes, pWidths, rInfo, pDataLen ); in GetEmbedFontData()
H A Dsvppspgraphics.hxx75 …etEmbedFontData( psp::fontID aFont, const sal_Ucs* pUnicodes, sal_Int32* pWidths, FontSubsetInfo& …
118 sal_Int32* pWidths,
125 sal_Int32* pWidths,
H A Dsvppspgraphics.cxx934 sal_Int32* pWidths, in CreateFontSubset() argument
952 pWidths, in CreateFontSubset()
959 …ontData( const ImplFontData* pFont, const sal_Ucs* pUnicodes, sal_Int32* pWidths, FontSubsetInfo& … in GetEmbedFontData() argument
967 return PspGraphics::DoGetEmbedFontData( aFont, pUnicodes, pWidths, rInfo, pDataLen ); in GetEmbedFontData()
1008 …::DoGetEmbedFontData( fontID aFont, const sal_Ucs* pUnicodes, sal_Int32* pWidths, FontSubsetInfo& … in DoGetEmbedFontData() argument
1053 pWidths[i] = (aMetrics[i].width > 0 ? aMetrics[i].width : 0); in DoGetEmbedFontData()
H A Dsvpgdi.hxx99 sal_Int32* pWidths,
106 sal_Int32* pWidths,
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx555 sal_uInt16* pWidths = new sal_uInt16[ nColsPerRow ]; in SetWidths() local
556 memset( pWidths, 0, nColsPerRow * sizeof(sal_uInt16) ); in SetWidths()
567 if ( pWidths[nCol] < pE->nWidth ) in SetWidths()
568 pWidths[nCol] = pE->nWidth; in SetWidths()
578 if ( pWidths[nCol] ) in SetWidths()
579 nTotal = nTotal + pWidths[nCol]; in SetWidths()
602 if ( pWidths[nCol] ) in SetWidths()
603 nWidths = nWidths + pWidths[nCol]; in SetWidths()
614 if ( !pWidths[nCol] ) in SetWidths()
615 pWidths[nCol] = nW; in SetWidths()
[all …]
/trunk/main/vcl/inc/unx/
H A Dpspgraphics.h65 …etEmbedFontData( psp::fontID aFont, const sal_Ucs* pUnicodes, sal_Int32* pWidths, FontSubsetInfo& …
109 sal_Int32* pWidths,
116 sal_Int32* pWidths,
H A Dsalgdi.h256 sal_Int32* pWidths,
263 sal_Int32* pWidths,
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx1039 sal_Int32* pWidths, in CreateFontSubset() argument
1057 pWidths, in CreateFontSubset()
1064 …ontData( const ImplFontData* pFont, const sal_Ucs* pUnicodes, sal_Int32* pWidths, FontSubsetInfo& … in GetEmbedFontData() argument
1072 return PspGraphics::DoGetEmbedFontData( aFont, pUnicodes, pWidths, rInfo, pDataLen ); in GetEmbedFontData()
1114 …::DoGetEmbedFontData( fontID aFont, const sal_Ucs* pUnicodes, sal_Int32* pWidths, FontSubsetInfo& … in DoGetEmbedFontData() argument
1159 pWidths[i] = (aMetrics[i].width > 0 ? aMetrics[i].width : 0); in DoGetEmbedFontData()
H A Dsalgdi3.cxx1329 sal_Int32* pWidths, in CreateFontSubset() argument
1347 pWidths, in CreateFontSubset()
1354 …ontData( const ImplFontData* pFont, const sal_Ucs* pUnicodes, sal_Int32* pWidths, FontSubsetInfo& … in GetEmbedFontData() argument
1362 return PspGraphics::DoGetEmbedFontData( aFont, pUnicodes, pWidths, rInfo, pDataLen ); in GetEmbedFontData()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx292 boost::shared_ptr< std::vector< std::vector< sal_uLong > > > pWidths; member
315 : pWidths( rPara.pWidths ), pDoc(rPara.pDoc), pTblNd(rPara.pTblNd), in _CpyPara()
323 : pWidths( rPara.pWidths ), pDoc(rPara.pDoc), pTblNd(rPara.pTblNd), in _CpyPara()
1917 rPara.pWidths.reset(); in lcl_CalcNewWidths()
1921 rPara.pWidths = boost::shared_ptr< std::vector< std::vector< sal_uLong > > > in lcl_CalcNewWidths()
1927 std::vector< sal_uLong > &rWidth = (*rPara.pWidths.get())[ nLine ]; in lcl_CalcNewWidths()
1977 std::vector< sal_uLong > &rWidth = (*rPara.pWidths.get())[ nLine ]; in lcl_CalcNewWidths()
2008 nDummy1 = (*pCpyPara->pWidths.get())[pCpyPara->nLnIdx][0]; in lcl_CopyBoxToDoc()
2009 nRealSize = (*pCpyPara->pWidths.get())[pCpyPara->nLnIdx][pCpyPara->nBoxIdx++]; in lcl_CopyBoxToDoc()
2010 if( pCpyPara->nBoxIdx == (*pCpyPara->pWidths.get())[pCpyPara->nLnIdx].size()-1 ) in lcl_CopyBoxToDoc()
[all …]
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h293 sal_Int32* pWidths,
316 sal_Int32* pWidths,
/trunk/main/vcl/inc/win/
H A Dsalgdi.h323 sal_Int32* pWidths,
346 sal_Int32* pWidths,
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h361 sal_Int32* pWidths,
384 sal_Int32* pWidths,
/trunk/main/vcl/inc/
H A Dsalgdi.hxx270 sal_Int32* pWidths,
295 sal_Int32* pWidths,
/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx649 sal_Int32* pWidths,
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx3129 sal_Int32 pWidths[256]; in emitSystemFont() local
3130 rtl_zeroMemory( pWidths, sizeof(pWidths) ); in emitSystemFont()
3144 pWidths[i] = pEncWidths[ i ]; in emitSystemFont()
3174 pWidths[ c ] = aGlyphWidths[ aUnicodeMap[ c ] ]; in emitSystemFont()
3207 aLine.append( pWidths[i] ); in emitSystemFont()
3304 sal_Int32 pWidths[256]; in emitEmbeddedFont() local
3310 …)m_pReferenceDevice->mpGraphics->GetEmbedFontData( pFont, nEncodedCodes, pWidths, aInfo, &nFontLen… in emitEmbeddedFont()
3708 aLine.append( pWidths[i] ); in emitEmbeddedFont()
4055 sal_Int32 pWidths[ 256 ]; in emitFonts() local
4092 …mpGraphics->CreateFontSubset( aTmpName, it->first, aGlyphIds, pEncoding, pWidths, nGlyphs, aSubset… in emitFonts()
[all …]
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx3631 sal_Int32* pWidths, in createFontSubset() argument
3714 aRequestedGlyphIds, pEnc, nGlyphs, pWidths ); in createFontSubset()
3744 pWidths[pOldIndex[i]] = pMetrics[i].adv; in createFontSubset()

Completed in 185 milliseconds