Home
last modified time | relevance | path

Searched refs:pVector (Results 1 – 15 of 15) sorted by relevance

/trunk/main/unotools/source/misc/
H A Dfontdefs.cxx537 const ::std::vector< String >* pVector = NULL; in GetSubsFontName() local
542 pVector = &pAttr->MSSubstitutions; in GetSubsFontName()
546 pVector = &pAttr->PSSubstitutions; in GetSubsFontName()
550 pVector = &pAttr->HTMLSubstitutions; in GetSubsFontName()
553 if( ! pVector ) in GetSubsFontName()
555 … for( ::std::vector< String >::const_iterator it = pVector->begin(); it != pVector->end(); ++it ) in GetSubsFontName()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dclass4.cxx60 void CGM::ImplGetVector( double* pVector ) in ImplGetVector() argument
66 pVector[ i ] = (double)ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplGetVector()
73 pVector[ i ] = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplGetVector()
76 pVector[ 0 ] *= mnVDCXmul; in ImplGetVector()
77 pVector[ 2 ] *= mnVDCXmul; in ImplGetVector()
78 pVector[ 1 ] *= mnVDCYmul; in ImplGetVector()
79 pVector[ 3 ] *= mnVDCYmul; in ImplGetVector()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx5565 MetricVector* pVector, String* pDisplayText in DrawText() argument
5570 pVector = &mpOutDevData->mpRecordLayout->m_aUnicodeBoundRects; in DrawText()
5584 if( pVector ) in DrawText()
5616 pVector->push_back( *it ); in DrawText()
5631 if ( !IsDeviceOutputNecessary() || pVector ) in DrawText()
6348 if ( (nStyle & TEXT_DRAW_DISABLE) && ! pVector ) in ImplDrawText()
6604 if ( nStyle & TEXT_DRAW_DISABLE && !pVector ) in ImplDrawText()
6657 pVector = &mpOutDevData->mpRecordLayout->m_aUnicodeBoundRects; in DrawText()
7043 if ( nStyle & TEXT_DRAW_DISABLE && ! pVector ) in DrawCtrlText()
7078 DrawText( rPos, aStr, nIndex, nLen, pVector, pDisplayText ); in DrawCtrlText()
[all …]
/trunk/main/package/source/package/manifest/
H A DManifestExport.cxx204 …const uno::Any *pVector = NULL, *pSalt = NULL, *pIterationCount = NULL, *pDigest = NULL, *pDigestA… in ManifestExport() local
233 pVector = &pValue->Value; in ManifestExport()
253 …if ( pVector && pSalt && pIterationCount && pDigest && pDigestAlg && pEncryptAlg && pStartKeyAlg &… in ManifestExport()
308 *pVector >>= aSequence; in ManifestExport()
/trunk/main/vcl/source/control/
H A Dfixed.cxx498 MetricVector* pVector = bLayout ? &mpControlData->mpLayoutData->m_aUnicodeBoundRects : NULL; in ImplDraw() local
504 if( !pVector ) in ImplDraw()
533 DrawText( aTextPt, aText, 0, STRING_LEN, pVector, pDisplayText ); in ImplDraw()
557 DrawControlText( *this, aRect, aText, nStyle, pVector, pDisplayText ); in ImplDraw()
559 if( !pVector ) in ImplDraw()
H A Dgroup.cxx215 MetricVector* pVector = bLayout ? &mpControlData->mpLayoutData->m_aUnicodeBoundRects : NULL; in ImplDraw() local
217 DrawControlText( *pDev, aRect, aText, nTextStyle, pVector, pDisplayText ); in ImplDraw()
H A Dilstbox.cxx1890 MetricVector* pVector = bLayout ? &mpControlData->mpLayoutData->m_aUnicodeBoundRects : NULL; in DrawEntry() local
1928 DrawText( aTextRect, aStr, nDrawStyle, pVector, pDisplayText ); in DrawEntry()
3044 MetricVector* pVector = bLayout ? &mpControlData->mpLayoutData->m_aUnicodeBoundRects : NULL; in DrawEntry() local
3046 DrawText( aTextRect, maString, nTextStyle, pVector, pDisplayText ); in DrawEntry()
H A Dbutton.cxx383 MetricVector *pVector = bLayout ? &mpControlData->mpLayoutData->m_aUnicodeBoundRects : NULL; in ImplDrawAlignedImage() local
406 DrawControlText( *pDev, aOutRect, aText, nTextStyle, pVector, pDisplayText ); in ImplDrawAlignedImage()
658 … pDev->DrawText( Rectangle( aTextPos, aTextSize ), aText, nTextStyle, pVector, pDisplayText ); in ImplDrawAlignedImage()
2297 MetricVector* pVector = bLayout ? &mpControlData->mpLayoutData->m_aUnicodeBoundRects : NULL; in ImplDraw() local
2416 … pDev->DrawCtrlText( aTxtPos, aText, 0, STRING_LEN, TEXT_DRAW_MNEMONIC, pVector, pDisplayText ); in ImplDraw()
H A Dedit.cxx530 MetricVector* pVector = &mpControlData->mpLayoutData->m_aUnicodeBoundRects; in ImplRepaint() local
533 DrawText( aPos, aText, nStart, nEnd - nStart, pVector, pDisplayText ); in ImplRepaint()
/trunk/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.cxx828 ::std::vector<String>* pVector = 0; in IMPL_LINK()
832 pVector = &m_aSalutations; in IMPL_LINK()
836 pVector = &m_aPunctuations; in IMPL_LINK()
843 if(pVector) { in IMPL_LINK()
845 for( aIterator = pVector->begin(); aIterator != pVector->end(); ++aIterator) in IMPL_LINK()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx420 … MetricVector* pVector, String* pDisplayText, ::vcl::ITextLayout& _rLayout );
605 MetricVector* pVector = NULL, String* pDisplayText = NULL );
644 MetricVector* pVector = NULL, String* pDisplayText = NULL,
654 …sal_uInt16 nStyle = TEXT_DRAW_MNEMONIC, MetricVector* pVector = NULL, String* pDisplayText = NULL …
/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx261 …const Any *pSalt = NULL, *pVector = NULL, *pCount = NULL, *pSize = NULL, *pDigest = NULL, *pDigest… in parseManifest() local
273 pVector = &( pValue[j].Value ); in parseManifest()
308 if ( pSalt && pVector && pCount && pSize && pDigest && pDigestAlg && pEncryptionAlg ) in parseManifest()
318 *pVector >>= aSequence; in parseManifest()
/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx1238 ::std::vector<SwTxtAttr *> *const pVector, in lcl_GetTxtAttrs() argument
1279 if (pVector) in lcl_GetTxtAttrs()
1283 pVector->clear(); // clear hints that are outside pHint in lcl_GetTxtAttrs()
1286 pVector->push_back(pHint); in lcl_GetTxtAttrs()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx3439 MetricVector* pVector = bLayout ? &mpData->m_pLayoutData->m_aUnicodeBoundRects : NULL; in ImplDrawItem() local
3542 … DrawCtrlText( aPos, pItem->maText, 0, STRING_LEN, TEXT_DRAW_MNEMONIC, pVector, pDisplayText ); in ImplDrawItem()
3765 0, STRING_LEN, nTextStyle, pVector, pDisplayText ); in ImplDrawItem()
H A Dmenu.cxx2830 MetricVector* pVector = bLayout ? &mpLayoutData->m_aUnicodeBoundRects : NULL; in ImplPaint() local
2863 … pWin->DrawCtrlText( aTmpPos, aItemText, 0, aItemText.Len(), nStyle, pVector, pDisplayText ); in ImplPaint()

Completed in 193 milliseconds