Searched refs:pWeight (Results 1 – 5 of 5) sorted by relevance
264 const SfxPoolItem* pWeight; in WriteToDocument() local265 if ( rESet.GetItemState( ATTR_FONT_WEIGHT, sal_False, &pWeight) != SFX_ITEM_SET ) in WriteToDocument()266 pWeight = 0; in WriteToDocument()270 if ( pFont || pHeight || pWeight || pPosture ) in WriteToDocument()286 if ( pWeight ) in WriteToDocument()287 rSet.Put( *pWeight, ScGlobal::GetScriptedWhichID( in WriteToDocument()
1014 static const char* pWeight = "/Weight"; in identifyType1Font() local1015 const char* pWeightPos = std::search( pStream, pExecPos, pWeight, pWeight+7 ); in identifyType1Font()
520 const StyleWeightingT pWeight[] = { in GetWeightingOfIMStyle() local534 for ( pWeightPtr = pWeight; pWeightPtr->nStyle != 0; pWeightPtr++ ) in GetWeightingOfIMStyle()
426 int* pWeight = (int*)alloca( sizeof(int)*nVisuals ); in BestVisual() local477 pWeight[ i ] = bUsable ? nTrueColor*pVInfos[i].depth : -1024; in BestVisual()478 pWeight[ i ] -= pVInfos[ i ].visualid; in BestVisual()485 if( pWeight[ i ] > nBestWeight ) in BestVisual()487 nBestWeight = pWeight[ i ]; in BestVisual()
1228 ::TextAttribFontWeight const * pWeight in retrieveRunAttributesImpl()1242 if ( pWeight ) in retrieveRunAttributesImpl()1248 aPropVal.Value = mapFontWeight( pWeight->getFontWeight() ); in retrieveRunAttributesImpl()
Completed in 50 milliseconds