Home
last modified time | relevance | path

Searched refs:pMap (Results 51 – 75 of 111) sorted by relevance

12345

/trunk/main/sw/source/ui/misc/
H A Dsrtdlg.cxx424 SfxAbstractDialog* pMap = pFact->CreateSfxDialog( &aDelimPB, aSet, in IMPL_LINK() local
426 if( RET_OK == pMap->Execute() ) in IMPL_LINK()
428 SFX_ITEMSET_ARG( pMap->GetOutputItemSet(), pItem, SfxInt32Item, SID_ATTR_CHAR, sal_False ); in IMPL_LINK()
433 delete pMap; in IMPL_LINK()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlHelper.cxx280 static comphelper::PropertyMapEntry pMap[] = in copyStyleElements() local
313 …ySet> xProp = comphelper::GenericPropertySet_CreateInstance(new comphelper::PropertySetInfo(pMap)); in copyStyleElements()
350 static comphelper::PropertyMapEntry pMap[] = in createBorderPropertySet() local
358 return comphelper::GenericPropertySet_CreateInstance(new comphelper::PropertySetInfo(pMap)); in createBorderPropertySet()
H A DxmlColumn.cxx145 static PropertyMapEntry pMap[] = in fillStyle() local
151 pInfo->add(pMap); in fillStyle()
H A DxmlRow.cxx143 static PropertyMapEntry pMap[] = in EndElement() local
149 pInfo->add(pMap); in EndElement()
/trunk/main/sw/source/ui/inc/
H A Dfrmpage.hxx176 sal_uInt16 GetMapPos( const FrmMap *pMap, ListBox &rAlignLB );
177 …short GetAlignment(FrmMap *pMap, sal_uInt16 nMapPos, ListBox &rAlignLB, ListBox &rRelati…
178 short GetRelation(FrmMap *pMap, ListBox &rRelationLB);
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8gr.cxx263 WW8OleMap *pMap = new WW8OleMap(nPictureId); in OutputOLENode() local
267 if ( rOleMap.Seek_Entry(pMap, &nPos) ) in OutputOLENode()
270 delete pMap; in OutputOLENode()
272 else if( 0 == rOleMap.Insert( pMap) ) in OutputOLENode()
273 delete pMap; in OutputOLENode()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindowAccess.cxx181 OJoinTableView::OTableWindowMap* pMap = m_pTable->getTableView()->GetTabWinMap(); in getAccessibleIndexInParent() local
182 OJoinTableView::OTableWindowMap::iterator aIter = pMap->begin(); in getAccessibleIndexInParent()
183 OJoinTableView::OTableWindowMap::iterator aEnd = pMap->end(); in getAccessibleIndexInParent()
/trunk/main/sw/source/core/access/
H A Daccselectionhelper.cxx129 SwAccessibleMap* pMap) in lcl_getSelectedState() argument
134 xAcc = pMap->GetContext( aChild.GetSwFrm(), sal_False ); in lcl_getSelectedState()
138 xAcc = pMap->GetContext( aChild.GetDrawObject(), pContext, sal_False ); in lcl_getSelectedState()
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLFactory.cxx139 AttributeToResourceMapPointer pMap = pFactory->getAttributeToResourceMap(nDefine); in attributes() local
142 AttributeToResourceMap::const_iterator aEndIt = pMap->end(); in attributes()
144 for (aIt = pMap->begin(); aIt != aEndIt; aIt++) in attributes()
/trunk/main/svl/source/misc/
H A Dinettype.cxx140 MediaTypeEntry const * pMap, sal_Size nSize);
801 MediaTypeEntry const * pMap, sal_Size nSize) in seekEntry() argument
807 pMap[i].m_pTypeName, pMap[i + 1].m_pTypeName) < 0, in seekEntry()
816 MediaTypeEntry const * pEntry = pMap + nMiddle; in seekEntry()
/trunk/main/sw/inc/
H A Dmodeltoviewhelper.hxx84 sal_uInt32 ConvertToViewPosition( const ConversionMap* pMap, sal_uInt32 nModelPos );
104 ModelPosition ConvertToModelPosition( const ConversionMap* pMap, sal_uInt32 nViewPos );
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx189 const ServiceIdResId* pMap = aServiceToRes; in lcl_ServiceIdToResId() local
190 while( USHRT_MAX != pMap->nServiceId && nServiceId != pMap->nServiceId ) in lcl_ServiceIdToResId()
191 ++pMap; in lcl_ServiceIdToResId()
193 if( USHRT_MAX == pMap->nServiceId ) in lcl_ServiceIdToResId()
196 return pMap->nResId; in lcl_ServiceIdToResId()
264 for( const ServiceIdResId* pMap = aServiceToRes; in lcl_GetServiceForField() local
265 USHRT_MAX != pMap->nResId; ++pMap ) in lcl_GetServiceForField()
266 if( nWhich == pMap->nResId ) in lcl_GetServiceForField()
268 nSrvId = pMap->nServiceId; in lcl_GetServiceForField()
H A Dunoparagraph.cxx446 SfxItemPropertyMap const*const pMap = m_rPropSet.getPropertyMap(); in SetPropertyValues_Impl() local
451 pMap->getByName( pPropertyNames[nProp] ); in SetPropertyValues_Impl()
602 SfxItemPropertyMap const*const pMap = m_rPropSet.getPropertyMap(); in GetPropertyValues_Impl() local
607 pMap->getByName( pPropertyNames[nProp] ); in GetPropertyValues_Impl()
1186 SfxItemPropertyMap const*const pMap = m_pImpl->m_rPropSet.getPropertyMap(); in getPropertyStates() local
1194 pMap->getByName( *pNames ); in getPropertyStates()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx2218 const ImplFontCharMap* pMap = mpMacFontData->GetImplFontCharMap(); in GetGlyphWidths() local
2219 DBG_ASSERT( pMap && pMap->GetCharCount(), "no charmap" ); in GetGlyphWidths()
2220 pMap->AddReference(); // TODO: add and use RAII object instead in GetGlyphWidths()
2224 int nCharCount = pMap->GetCharCount(); in GetGlyphWidths()
2225 sal_uInt32 nChar = pMap->GetFirstChar(); in GetGlyphWidths()
2226 for(; --nCharCount >= 0; nChar = pMap->GetNextChar( nChar ) ) in GetGlyphWidths()
2236 pMap->DeReference(); // TODO: add and use RAII object instead in GetGlyphWidths()
/trunk/main/comphelper/inc/comphelper/
H A DChainablePropertySetInfo.hxx53 ChainablePropertySetInfo( PropertyInfo * pMap )
59 void add( PropertyInfo* pMap, sal_Int32 nCount = -1 )
H A DMasterPropertySetInfo.hxx45 MasterPropertySetInfo( PropertyInfo * pMap )
49 void add( PropertyInfo* pMap, sal_Int32 nCount = -1, sal_uInt8 nMapId = 0 )
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1789 const ImplFontCharMap* pMap = pWinFont->GetImplFontCharMap(); in GetGlyphWidths() local
1790 DBG_ASSERT( pMap && pMap->GetCharCount(), "no map" ); in GetGlyphWidths()
1792 int nCharCount = pMap->GetCharCount(); in GetGlyphWidths()
1793 sal_uInt32 nChar = pMap->GetFirstChar(); in GetGlyphWidths()
1804 nChar = pMap->GetNextChar( nChar ); in GetGlyphWidths()
/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp2569 _UNO_AGGMAP_ENTRY* pMap = _GetAggEntries(); in SmartQI() local
2570 while(pMap && pMap->piid) in SmartQI()
2572 if(ImplIsEqualGUID(iid, *pMap->piid)) in SmartQI()
2575 BOOL bFound = GetXInterfaceFromXAccessible(pUNOInterface,&pXI,pMap->XIFIndex); in SmartQI()
2589 HRESULT hr = pMap->pfnCreateInstance(pv, iid, ppvObject); in SmartQI()
2593 m_containedObjects.insert(XGUIDToComObjHash::value_type(*pMap->piid,(IUnknown*)*ppvObject)); in SmartQI()
2606 pMap++; in SmartQI()
/trunk/main/vcl/inc/vcl/
H A Doctree.hxx131 sal_uInt8* pMap; member in InverseColorMap
152 return pMap[ ( ( (sal_uLong) rColor.GetRed() >> nBits ) << OCTREE_BITS_1 ) | in GetBestPaletteIndex()
/trunk/main/vcl/source/gdi/
H A Doutdev6.cxx507 … BitmapColor* pMap = (BitmapColor*) new sal_uInt8[ nCount * sizeof( BitmapColor ) ]; in DrawTransparent() local
512pMap[ i ] = BitmapColor( (sal_uInt8) rPal.GetBestIndex( aCol.Merge( aFillCol, cTrans ) ) ); in DrawTransparent()
532 … *pWScan = (sal_uInt8) pMap[ *pWScan ].GetIndex(); in DrawTransparent()
541 … pW->SetPixel( nY, nX, pMap[ pW->GetPixel( nY, nX ).GetIndex() ] ); in DrawTransparent()
544 delete[] (sal_uInt8*) pMap; in DrawTransparent()
/trunk/main/editeng/inc/editeng/
H A Dunotext.hxx271 …opertyState SAL_CALL _getPropertyState( const SfxItemPropertySimpleEntry* pMap, sal_Int32 nPara = …
275 …ePropertyStates(const SfxItemSet* pSet, const SfxItemPropertySimpleEntry* pMap, ::com::sun::star::…
278 …oDefault( SvxTextForwarder* pForwarder, const SfxItemPropertySimpleEntry* pMap, sal_Int32 nPara ) …
281 …virtual void getPropertyValue( const SfxItemPropertySimpleEntry* pMap, com::sun::star::uno::Any& r…
282 …virtual void setPropertyValue( const SfxItemPropertySimpleEntry* pMap, const com::sun::star::uno::…
306 …ValueHelper( const SfxItemSet& rOldSet, const SfxItemPropertySimpleEntry* pMap, const ::com::sun::…
307 …PropertyValueHelper( SfxItemSet& rSet, const SfxItemPropertySimpleEntry* pMap, ::com::sun::star::…
/trunk/main/unotools/inc/unotools/
H A Didhelper.hxx184 ::utl::MapType2Id* pMap = static_cast< ::utl::MapType2Id *>(s_pMap); \
186 ::cppu::OImplementationId& rId = (*pMap)[_rTypes]; \
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx1539 const OTypeInfoMap* pMap = getTypeInfo(); in DisplayData() local
1540 …OTypeInfoMap::const_iterator aIter = pMap->find(pFieldType.get() ? pFieldDescr->getTypeInfo()->nTy… in DisplayData()
1541 if(aIter == pMap->end() && !pMap->empty()) in DisplayData()
1543 aIter = pMap->begin(); in DisplayData()
1553 if ( aIter != pMap->end() ) in DisplayData()
/trunk/main/sdext/source/pdfimport/tree/
H A Dstyle.hxx133 StyleIdNameSort( const std::hash_map< sal_Int32, HashedStyle >* pMap ) : in StyleIdNameSort()
134 m_pMap(pMap) in StyleIdNameSort()
/trunk/main/svl/source/inc/
H A Dpoolio.hxx39 sal_uInt16 *pMap ) in SfxPoolVersion_Impl()
43 _pMap( pMap ) in SfxPoolVersion_Impl()

Completed in 155 milliseconds

12345