Home
last modified time | relevance | path

Searched refs:pPropertyMap (Results 1 – 11 of 11) sorted by last modified time

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx682 PropertyMapPtr pPropertyMap) in lcl_AddRangeAndStyle() argument
690 if(pPropertyMap) in lcl_AddRangeAndStyle()
693 if( aParaStyleIter != pPropertyMap->end()) in lcl_AddRangeAndStyle()
707 void DomainMapper_Impl::finishParagraph( PropertyMapPtr pPropertyMap ) in finishParagraph() argument
713 … ParagraphPropertyMap* pParaContext = dynamic_cast< ParagraphPropertyMap* >( pPropertyMap.get() ); in finishParagraph()
980 lcl_AddRangeAndStyle(pToBeSavedProperties, xTextAppend, pPropertyMap); in finishParagraph()
997 lcl_AddRangeAndStyle(pToBeSavedProperties, xTextAppend, pPropertyMap); in finishParagraph()
1003 if( pPropertyMap.get() ) in finishParagraph()
1005 pPropSeq.reset(new PropertySequence(pPropertyMap->GetPropertyValues())); in finishParagraph()
1100 …DomainMapper_Impl::appendTextPortion( const ::rtl::OUString& rString, PropertyMapPtr pPropertyMap ) in appendTextPortion() argument
[all …]
H A DTDefTableHandler.cxx246 PropertyMapPtr pPropertyMap(new PropertyMap); in getRowProperties() local
265 pPropertyMap->Insert( PROP_TABLE_COLUMN_SEPARATORS, false, uno::makeAny( aSeparators ) ); in getRowProperties()
268 return pPropertyMap; in getRowProperties()
H A DDomainMapper_Impl.hxx426 void finishParagraph( PropertyMapPtr pPropertyMap );
427 void appendTextPortion( const ::rtl::OUString& rString, PropertyMapPtr pPropertyMap );
H A DBorderHandler.cxx161 PropertyMapPtr pPropertyMap(new PropertyMap); in getProperties() local
168pPropertyMap->Insert( aPropNames[nProp], false, uno::makeAny( m_aBorderLines[nProp] ) ); in getProperties()
172 return pPropertyMap; in getProperties()
H A DCellColorHandler.cxx129 TablePropertyMapPtr pPropertyMap(new TablePropertyMap); in getProperties() local
233 pPropertyMap->Insert( PROP_PARA_BACK_COLOR, false, uno::makeAny( nApplyColor )); in getProperties()
236 pPropertyMap->Insert( PROP_CHAR_BACK_COLOR, false, uno::makeAny( nApplyColor )); in getProperties()
240 pPropertyMap->Insert( PROP_BACK_COLOR, false, uno::makeAny( nApplyColor )); in getProperties()
244 return pPropertyMap; in getProperties()
/trunk/main/svx/source/unodraw/
H A Dunoshap4.cxx87 SvxOle2Shape::SvxOle2Shape( SdrObject* pObject, const SfxItemPropertyMapEntry* pPropertyMap, const … in SvxOle2Shape() argument
88 : SvxShapeText( pObject, pPropertyMap, pPropertySet ) in SvxOle2Shape()
H A Dunoshape.cxx4190 SvxShapeText::SvxShapeText( SdrObject* pObject, const SfxItemPropertyMapEntry* pPropertyMap, const … in SvxShapeText() argument
4191 : SvxShape( pObject, pPropertyMap, pPropertySet ), SvxUnoTextBase( ImplGetSvxUnoOutlinerTextCursorS… in SvxShapeText()
/trunk/main/svx/inc/svx/
H A Dunoshape.hxx351 …SvxShapeText( SdrObject* pObject, const SfxItemPropertyMapEntry* pPropertyMap, const SvxItemProper…
588 …SvxOle2Shape( SdrObject* pObject, const SfxItemPropertyMapEntry* pPropertyMap, const SvxItemProper…
/trunk/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx1530 const SfxItemPropertyMap* pPropertyMap = pPropSet->getPropertyMap(); in setPropertyValues() local
1533 const SfxItemPropertySimpleEntry* pEntry = pPropertyMap->getByName( pNames[i] ); in setPropertyValues()
1643 const SfxItemPropertyMap* pPropertyMap = pPropSet->getPropertyMap(); in setPropertiesToDefault() local
1646 const SfxItemPropertySimpleEntry* pEntry = pPropertyMap->getByName( pNames[i] ); in setPropertiesToDefault()
H A Dcellsuno.cxx1930 const SfxItemPropertyMap* pPropertyMap = GetItemPropertyMap(); // from derived class in getPropertyStates() local
2005 const SfxItemPropertySimpleEntry* pEntry = pPropertyMap->getByName( aPropertyName ); in getPropertyDefault()
2227 const SfxItemPropertyMap* pPropertyMap = GetItemPropertyMap(); // from derived class in setPropertyValue() local
2228 const SfxItemPropertySimpleEntry* pEntry = pPropertyMap->getByName( aPropertyName ); in setPropertyValue()
2378 const SfxItemPropertyMap* pPropertyMap = GetItemPropertyMap(); // from derived class in getPropertyValue() local
2379 const SfxItemPropertySimpleEntry* pEntry = pPropertyMap->getByName( aPropertyName ); in getPropertyValue()
2596 const SfxItemPropertySimpleEntry* pEntry = pPropertyMap->getByName( pNames[i] ); in setPropertyValues()
2671 const SfxItemPropertyMap* pPropertyMap = GetItemPropertyMap(); // from derived class in getPropertyValues() local
2746 const SfxItemPropertySimpleEntry* pEntry = pPropertyMap->getByName( pNames[i] ); in setPropertyValuesTolerant()
2854 const SfxItemPropertyMap* pPropertyMap = GetItemPropertyMap(); // from derived class in getPropertyValuesTolerant() local
[all …]
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx270 …const SfxItemPropertyMap* pPropertyMap = aMap.GetPropertySet(SVXMAP_CUSTOMSHAPE, SdrObject::GetGlo… in lcl_fillShapeToItems() local
271 PropertyEntryVector_t aPropVector = pPropertyMap->getPropertyEntries(); in lcl_fillShapeToItems()
293 …const SfxItemPropertyMap* pPropertyMap = aMap.GetPropertySet(SVXMAP_CUSTOMSHAPE, SdrObject::GetGlo… in lcl_fillItemsToShape() local
294 PropertyEntryVector_t aPropVector = pPropertyMap->getPropertyEntries(); in lcl_fillItemsToShape()

Completed in 197 milliseconds