Home
last modified time | relevance | path

Searched refs:pMap (Results 76 – 100 of 111) sorted by relevance

12345

/trunk/main/sw/inc/
H A Dunomap.hxx333 SwItemPropertySet( const SfxItemPropertyMapEntry *pMap ) : in SwItemPropertySet() argument
334 SfxItemPropertySet( pMap ){} in SwItemPropertySet()
/trunk/main/sw/source/core/unocore/
H A Dunoport.cxx455 const SfxItemPropertyMap* pMap = m_pPropSet->getPropertyMap(); in GetPropertyValues_Impl() local
458 const SfxItemPropertySimpleEntry* pEntry = pMap->getByName(pPropertyNames[nProp]); in GetPropertyValues_Impl()
498 const SfxItemPropertyMap* pMap = m_pPropSet->getPropertyMap(); in SetPropertyValues_Impl() local
501 const SfxItemPropertySimpleEntry* pEntry = pMap->getByName(pPropertyNames[nProp]); in SetPropertyValues_Impl()
H A Dunoflatpara.cxx62 …h( SwTxtNode& rTxtNode, rtl::OUString aExpandText, const ModelToViewHelper::ConversionMap* pMap ) : in SwXFlatParagraph() argument
63 SwXTextMarkup( rTxtNode, pMap ), in SwXFlatParagraph()
H A Dunotextmarkup.cxx53 SwXTextMarkup::SwXTextMarkup( SwTxtNode& rTxtNode, const ModelToViewHelper::ConversionMap* pMap ) in SwXTextMarkup() argument
54 : mpTxtNode( &rTxtNode ), mpConversionMap( pMap ) in SwXTextMarkup()
/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx2429 for (const CtrlFontMapEntry* pMap = aMapTable; pMap->nWhichId; ++pMap) in MiserableDropDownFormHack() local
2432 const SfxPoolItem* pItem = GetFmtAttr( pMap->nWhichId ); in MiserableDropDownFormHack()
2437 switch ( pMap->nWhichId ) in MiserableDropDownFormHack()
2521 if (bSet && xPropSetInfo->hasPropertyByName(C2U(pMap->pPropNm))) in MiserableDropDownFormHack()
2522 rPropSet->setPropertyValue(C2U(pMap->pPropNm), aTmp); in MiserableDropDownFormHack()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx3010 const ImplFontCharMap* pMap = pWinFont->GetImplFontCharMap(); in GetGlyphWidths() local
3011 DBG_ASSERT( pMap && pMap->GetCharCount(), "no map" ); in GetGlyphWidths()
3012 pMap->AddReference(); in GetGlyphWidths()
3014 int nCharCount = pMap->GetCharCount(); in GetGlyphWidths()
3015 sal_uInt32 nChar = pMap->GetFirstChar(); in GetGlyphWidths()
3026 nChar = pMap->GetNextChar( nChar ); in GetGlyphWidths()
3029 pMap->DeReference(); // TODO: and and use a RAII object in GetGlyphWidths()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx407 const MessageBoxTypeInfo *pMap = aMessageBoxTypeInfo; in lcl_convertMessageBoxType() local
410 while ( pMap->pName ) in lcl_convertMessageBoxType()
412 if ( pMap->eType == eType ) in lcl_convertMessageBoxType()
415 sType = rtl::OUString( pMap->pName, pMap->nLen, RTL_TEXTENCODING_ASCII_US ); in lcl_convertMessageBoxType()
418 pMap++; in lcl_convertMessageBoxType()
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx2294 SvxCharacterMap* pMap = new SvxCharacterMap( this, sal_True ); in IMPL_LINK() local
2295 pMap->SetCharFont( OutputDevice::GetDefaultFont(DEFAULTFONT_LATIN_TEXT, in IMPL_LINK()
2297 pMap->SetText(nMode < SGL_END ? sStartQuoteDlg : sEndQuoteDlg ); in IMPL_LINK()
2330 pMap->SetChar( cDlg ); in IMPL_LINK()
2331 pMap->DisableFontSelection(); in IMPL_LINK()
2332 if(pMap->Execute() == RET_OK) in IMPL_LINK()
2334 sal_UCS4 cNewChar = pMap->GetChar(); in IMPL_LINK()
2355 delete pMap; in IMPL_LINK()
H A Dnumpages.cxx2383 SvxCharacterMap* pMap = new SvxCharacterMap( this, sal_True ); in IMPL_LINK() local
2413 pMap->SetCharFont(*pFmtFont); in IMPL_LINK()
2415 pMap->SetCharFont(aActBulletFont); in IMPL_LINK()
2417 pMap->SetChar( cBullet ); in IMPL_LINK()
2418 if(pMap->Execute() == RET_OK) in IMPL_LINK()
2421 aActBulletFont = pMap->GetCharFont(); in IMPL_LINK()
2430 aNumFmt.SetBulletChar( (sal_Unicode) pMap->GetChar() ); in IMPL_LINK()
2438 delete pMap; in IMPL_LINK()
/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx124 ImageMap *pMap = (ImageMap*)rURL.GetMap(); in lcl_PaintReplacement() local
125 for( sal_uInt16 i = 0; i < pMap->GetIMapObjectCount(); i++ ) in lcl_PaintReplacement()
127 IMapObject *pObj = pMap->GetIMapObject( i ); in lcl_PaintReplacement()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryTableView.cxx763 OTableWindowMap* pMap = GetTabWinMap(); in createNewConnection() local
764 …OQueryTableWindow* pSourceWin = static_cast< OQueryTableWindow*>((*pMap)[pData->getReferencingTabl… in createNewConnection()
765 …OQueryTableWindow* pDestWin = static_cast< OQueryTableWindow*>((*pMap)[pData->getReferencedTable(… in createNewConnection()
/trunk/main/extensions/source/bibliography/
H A Dgeneral.cxx277 sal_Int16* pMap = nFT2CtrlMap; in BibGeneralPage() local
278 for( sal_uInt16 i = 0 ; i < FIELD_COUNT ; ++i, ++pMap ) in BibGeneralPage()
281 *pMap = -1; in BibGeneralPage()
/trunk/main/sw/source/filter/html/
H A Dhtmlgrin.cxx107 ImageMap *pMap = 0; in SV_IMPL_PTRARR() local
118 pMap = pIMap; in SV_IMPL_PTRARR()
123 return pMap; in SV_IMPL_PTRARR()
/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx1035 sal_uInt8* pMap = new sal_uInt8[ nCount ]; in CopyPixel() local
1041 pMap[ i ] = (sal_uInt8) pWriteAcc->GetBestPaletteIndex( pReadAcc->GetPaletteColor( i ) ); in CopyPixel()
1045 pWriteAcc->SetPixelIndex( nDstY, nDstX, pMap[ pReadAcc->GetPixelIndex( nSrcY, nSrcX ) ] ); in CopyPixel()
1047 delete[] pMap; in CopyPixel()
/trunk/main/sw/source/ui/utlui/
H A Dattrdesc.cxx800 if ( pMap ) in GetPresentation()
804 if ( pMap ) in GetPresentation()
/trunk/main/xmloff/inc/xmloff/
H A Dxmltkmap.hxx56 SvXMLTokenMap( const SvXMLTokenMapEntry* pMap );
H A DXMLConstantsPropertyHandler.hxx41 const SvXMLEnumMapEntry *pMap; member in XMLConstantsPropertyHandler
/trunk/main/sw/source/core/access/
H A Daccpreview.hxx42 SwAccessiblePreview( SwAccessibleMap *pMap );
H A Daccmap.cxx230 SwAccessibleShapeMap_Impl( SwAccessibleMap *pMap ) in SwAccessibleShapeMap_Impl() argument
235 maInfo.SetSdrView( pMap->GetShell()->GetDrawView() ); in SwAccessibleShapeMap_Impl()
236 maInfo.SetWindow( pMap->GetShell()->GetWin() ); in SwAccessibleShapeMap_Impl()
237 maInfo.SetViewForwarder( pMap ); in SwAccessibleShapeMap_Impl()
241 pMap->GetShell()->getIDocumentDrawModelAccess()->GetOrCreateDrawModel() ); in SwAccessibleShapeMap_Impl()
H A Dacccontext.cxx575 , pMap( pM ) in SwAccessibleContext()
1172 pMap = 0; in Dispose()
/trunk/main/sw/source/core/inc/
H A Dnoteurl.hxx64 void FillImageMap( ImageMap* pMap, const Point& rPos, const MapMode& rMap );
/trunk/main/unotools/inc/unotools/
H A Dpropertysetinfo.hxx74 void add( PropertyMapEntry* pMap ) throw();
/trunk/main/svx/inc/svx/
H A Dunoprov.hxx58 UHashMap( UHashMapEntry* pMap );
H A Dunoshape.hxx87 …ySet_setPropertyValue( const SvxItemPropertySet& rPropSet, const SfxItemPropertySimpleEntry* pMap,
90 …ue( const SvxItemPropertySet& rPropSet, const SfxItemPropertySimpleEntry* pMap, const SfxItemSet& …
143 …un::star::uno::Any GetAnyForItem( SfxItemSet& aSet, const SfxItemPropertySimpleEntry* pMap ) const;
/trunk/main/reportdesign/source/filter/xml/
H A Dxmlfilter.cxx557 static comphelper::PropertyMapEntry pMap[] = in implImport() local
567 …ySet> xProp = comphelper::GenericPropertySet_CreateInstance(new comphelper::PropertySetInfo(pMap)); in implImport()

Completed in 181 milliseconds

12345