Home
last modified time | relevance | path

Searched defs:pMap (Results 1 – 25 of 82) sorted by relevance

1234

/trunk/main/cppuhelper/source/
H A Dinterfacecontainer.cxx382 t_type2ptr * pMap = (t_type2ptr *)m_pMap; in ~OMultiTypeInterfaceContainerHelper() local
397 t_type2ptr * pMap = (t_type2ptr *)m_pMap; in getContainedTypes() local
447 t_type2ptr * pMap = (t_type2ptr *)m_pMap; in getContainer() local
458 t_type2ptr * pMap = (t_type2ptr *)m_pMap; in addInterface() local
476 t_type2ptr * pMap = (t_type2ptr *)m_pMap; in removeInterface() local
526 t_type2ptr * pMap = (t_type2ptr *)m_pMap; in clear() local
573 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in ~OMultiTypeInterfaceContainerHelperInt32() local
588 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in getContainedTypes() local
625 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in getContainer() local
638 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in addInterface() local
[all …]
/trunk/main/sw/source/core/access/
H A Daccnotexthyperlink.cxx58 ImageMap* pMap = aURL.GetMap(); in getAccessibleActionCount() local
80 ImageMap* pMap = aURL.GetMap(); in doAccessibleAction() local
119 ImageMap* pMap = aURL.GetMap(); in getAccessibleActionDescription() local
146 ImageMap* pMap = aURL.GetMap(); in getAccessibleActionKeyBinding() local
198 ImageMap* pMap = aURL.GetMap(); in getAccessibleActionObject() local
/trunk/main/comphelper/source/property/
H A Dpropertysetinfo.cxx68 void PropertyMapImpl::add( PropertyMapEntry* pMap, sal_Int32 nCount ) throw() in add()
166 PropertySetInfo::PropertySetInfo( PropertyMapEntry* pMap ) throw() in PropertySetInfo()
177 void PropertySetInfo::add( PropertyMapEntry* pMap ) throw() in add()
182 void PropertySetInfo::add( PropertyMapEntry* pMap, sal_Int32 nCount ) throw() in add()
H A DChainablePropertySetInfo.cxx48 ChainablePropertySetInfo::ChainablePropertySetInfo( PropertyInfo* pMap ) in ChainablePropertySetInfo()
59 void ChainablePropertySetInfo::add( PropertyInfo* pMap, sal_Int32 nCount ) in add()
H A DMasterPropertySetInfo.cxx50 MasterPropertySetInfo::MasterPropertySetInfo( PropertyInfo* pMap ) in MasterPropertySetInfo()
67 void MasterPropertySetInfo::add( PropertyInfo* pMap, sal_Int32 nCount, sal_uInt8 nMapId ) in add()
/trunk/main/sw/source/core/unocore/
H A DSwXTextDefaults.cxx83 … const SfxItemPropertySimpleEntry *pMap = m_pPropSet->getPropertyMap()->getByName( rPropertyName ); in setPropertyValue() local
149 … const SfxItemPropertySimpleEntry *pMap = m_pPropSet->getPropertyMap()->getByName( rPropertyName ); in getPropertyValue() local
195 … const SfxItemPropertySimpleEntry *pMap = m_pPropSet->getPropertyMap()->getByName( rPropertyName ); in getPropertyState() local
226 … const SfxItemPropertySimpleEntry *pMap = m_pPropSet->getPropertyMap()->getByName( rPropertyName ); in setPropertyToDefault() local
241 … const SfxItemPropertySimpleEntry *pMap = m_pPropSet->getPropertyMap()->getByName( rPropertyName ); in getPropertyDefault() local
/trunk/main/sw/source/core/txtnode/
H A Dmodeltoviewhelper.cxx33 sal_uInt32 ConvertToViewPosition( const ConversionMap* pMap, sal_uInt32 nModelPos ) in ConvertToViewPosition()
61 ModelPosition ConvertToModelPosition( const ConversionMap* pMap, sal_uInt32 nViewPos ) in ConvertToModelPosition()
/trunk/main/xmloff/inc/xmloff/
H A DXMLConstantsPropertyHandler.hxx41 const SvXMLEnumMapEntry *pMap; member in XMLConstantsPropertyHandler
/trunk/main/unoxml/source/events/
H A Deventdispatcher.cxx42 ListenerMap *pMap = 0; in addListener() local
63 ListenerMap *pMap = tIter->second; in removeListener() local
89 ListenerMap *pMap = tIter->second; in callListeners() local
/trunk/main/xmloff/source/chart/
H A DXMLSymbolTypePropertyHdl.cxx74 const SvXMLSignedEnumMapEntry *pMap ) in lcl_convertEnum()
97 const SvXMLSignedEnumMapEntry *pMap ) in lcl_convertEnum()
/trunk/main/unotools/source/property/
H A Dpropertysetinfo.cxx69 void PropertyMapImpl::add( PropertyMapEntry* pMap ) throw() in add()
167 void PropertySetInfo::add( PropertyMapEntry* pMap ) throw() in add()
/trunk/main/editeng/source/uno/
H A Dunoipset.cxx122 uno::Any SvxItemPropertySet::getPropertyValue( const SfxItemPropertySimpleEntry* pMap, const SfxIte… in getPropertyValue() argument
168 void SvxItemPropertySet::setPropertyValue( const SfxItemPropertySimpleEntry* pMap, const uno::Any& … in setPropertyValue() argument
280 void SvxItemPropertySet::setPropertyValue( const SfxItemPropertySimpleEntry* pMap, const uno::Any& … in setPropertyValue() argument
H A Dunotext.cxx483 const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry(PropertyName ); in _setPropertyValue() local
648 const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry(PropertyName ); in _getPropertyValue() local
670 void SvxUnoTextRangeBase::getPropertyValue( const SfxItemPropertySimpleEntry* pMap, uno::Any& rAny,… in getPropertyValue()
832 … const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry( *pPropertyNames ); in _setPropertyValues() local
949 … const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry( *pPropertyNames ); in _getPropertyValues() local
986 …rtyState SAL_CALL SvxUnoTextRangeBase::_getPropertyState(const SfxItemPropertySimpleEntry* pMap, s… in _getPropertyState()
1118 const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry( *pNames++ ); in _getPropertyStates() local
1136 …RangeBase::_getOnePropertyStates(const SfxItemSet* pSet, const SfxItemPropertySimpleEntry* pMap, b… in _getOnePropertyStates()
1237 const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry( PropertyName ); in _setPropertyToDefault() local
1249 …ase::_setPropertyToDefault(SvxTextForwarder* pForwarder, const SfxItemPropertySimpleEntry* pMap, s… in _setPropertyToDefault()
[all …]
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.hxx53 const double* pMap; member in EnhancedCustomShape3d::Transformation2D
H A DEnhancedCustomShape3d.cxx111 void GetExtrusionDepth( SdrCustomShapeGeometryItem& rItem, const double* pMap, double& rBackwardDep… in GetExtrusionDepth()
135 …ShapeGeometryItem& rItem, const rtl::OUString& rPropertyName, double fDefault, const double* pMap ) in GetDouble()
184 const drawing::Position3D& rDefault, const double* pMap ) in GetPosition3D()
286 double fMap, *pMap = NULL; in Create3DObject() local
784 …Object* pCustomShape, const Rectangle& rSnapRect, const Rectangle& rBoundRect, const double* pMap ) in CalculateNewSnapRect()
/trunk/main/sw/source/filter/xml/
H A Dxmlitmpr.cxx64 SvXMLItemMapEntry* pMap = in getByName() local
/trunk/main/sw/source/core/text/
H A Dnoteurl.cxx59 void SwNoteURL::FillImageMap( ImageMap *pMap, const Point &rPos, in FillImageMap()
/trunk/main/sw/inc/
H A Dfmturl.hxx41 ImageMap *pMap; //ClientSide Images member in SwFmtURL
/trunk/main/vcl/source/gdi/
H A Dimpvect.cxx789 ImplVectMap* pMap = ImplExpand( pRAcc, aFindColor ); in ImplVectorize() local
849 ImplVectMap* pMap; in ImplVectorize() local
976 ImplVectMap* pMap = NULL; in ImplExpand() local
1067 void ImplVectorizer::ImplCalculate( ImplVectMap* pMap, PolyPolygon& rPolyPoly, sal_uInt8 cReduce, s… in ImplCalculate()
1136 sal_Bool ImplVectorizer::ImplGetChain( ImplVectMap* pMap, const Point& rStartPt, ImplChain& rChain… in ImplGetChain()
1190 sal_Bool ImplVectorizer::ImplIsUp( ImplVectMap* pMap, long nY, long nX ) const in ImplIsUp()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlRow.cxx143 static PropertyMapEntry pMap[] = in EndElement() local
H A DxmlColumn.cxx145 static PropertyMapEntry pMap[] = in fillStyle() local
/trunk/main/sfx2/inc/sfx2/
H A Dcontrolwrapper.hxx90 inline explicit PosValueMapper( PosT nNFPos, const MapEntryType* pMap = 0 ) : in PosValueMapper()
379 inline explicit ListBoxWrapper( ListBox& rListBox, const MapEntryType* pMap = 0 ) : in ListBoxWrapper()
421 inline explicit ValueSetWrapper( ValueSet& rValueSet, const MapEntryType* pMap = 0 ) : in ValueSetWrapper()
H A Ditemconnect.hxx572 sal_uInt16 nSlot, ListBox& rListBox, const MapEntryType* pMap, ItemConnFlags nFlags ) : in ListBoxConnection()
581 sal_uInt16 nSlot, ValueSet& rValueSet, const MapEntryType* pMap, ItemConnFlags nFlags ) : in ValueSetConnection()
/trunk/main/xmloff/source/core/
H A Dxmltkmap.cxx93 SvXMLTokenMap::SvXMLTokenMap( const SvXMLTokenMapEntry *pMap ) : in SvXMLTokenMap()
/trunk/main/svx/source/table/
H A Dcell.cxx970 Any Cell::GetAnyForItem( SfxItemSet& aSet, const SfxItemPropertySimpleEntry* pMap ) in GetAnyForItem()
1006 const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry(rPropertyName); in setPropertyValue() local
1151 const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry(PropertyName); in getPropertyValue() local
1352 const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry(PropertyName); in getPropertyState() local
1495 const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry(PropertyName); in setPropertyToDefault() local
1538 const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry(aPropertyName); in getPropertyDefault() local

Completed in 114 milliseconds

1234