Home
last modified time | relevance | path

Searched refs:pWeight (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx426 int* pWeight = (int*)alloca( sizeof(int)*nVisuals ); in BestVisual() local
477 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()
H A Di18n_ic.cxx520 const StyleWeightingT pWeight[] = { in GetWeightingOfIMStyle() local
534 for ( pWeightPtr = pWeight; pWeightPtr->nStyle != 0; pWeightPtr++ ) in GetWeightingOfIMStyle()
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx1228 ::TextAttribFontWeight const * pWeight in retrieveRunAttributesImpl()
1242 if ( pWeight ) in retrieveRunAttributesImpl()
1248 aPropVal.Value = mapFontWeight( pWeight->getFontWeight() ); in retrieveRunAttributesImpl()
/trunk/main/vcl/source/gdi/
H A Dfont.cxx1014 static const char* pWeight = "/Weight"; in identifyType1Font() local
1015 const char* pWeightPos = std::search( pStream, pExecPos, pWeight, pWeight+7 ); in identifyType1Font()
/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx264 const SfxPoolItem* pWeight; in WriteToDocument() local
265 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()

Completed in 54 milliseconds