Home
last modified time | relevance | path

Searched refs:PropertySequence (Results 1 – 4 of 4) sorted by relevance

/trunk/main/writerfilter/source/dmapper/
H A DPropertyIds.cxx345 PropertySequence::PropertySequence() in PropertySequence() function in writerfilter::dmapper::PropertySequence
350 PropertySequence::PropertySequence(const uno::Sequence<beans::PropertyValue> & rSeq) in PropertySequence() function in writerfilter::dmapper::PropertySequence
362 PropertySequence::~PropertySequence() in ~PropertySequence()
366 uno::Any PropertySequence::get(PropertyIds aPropId) in get()
378 int PropertySequence::getOrCreateIndex(PropertyIds aPropId) in getOrCreateIndex()
406 void PropertySequence::set(PropertyIds aPropId, sal_uInt32 nValue) in set()
414 void PropertySequence::set(PropertyIds aPropId, sal_Int32 nValue) in set()
422 void PropertySequence::set(PropertyIds aPropId, sal_uInt16 nValue) in set()
430 void PropertySequence::set(PropertyIds aPropId, sal_Int16 nValue) in set()
438 uno::Sequence<beans::PropertyValue> & PropertySequence::getSequence() in getSequence()
[all …]
H A DPropertyIds.hxx315 class PropertySequence class
325 typedef boost::shared_ptr<PropertySequence> Pointer_t;
327 PropertySequence();
328 PropertySequence(const uno::Sequence<beans::PropertyValue> & rSeq);
329 virtual ~PropertySequence();
H A DDomainMapper_Impl.cxx562 void lcl_MoveBorderPropertiesToFrame(PropertySequence & aPropSequence, in lcl_MoveBorderPropertiesToFrame()
604 void lcl_CorrectIndents(PropertySequence & aPropSeq) in lcl_CorrectIndents()
791 PropertySequence aPropSequence; in finishParagraph()
1001 PropertySequence::Pointer_t pPropSeq(new PropertySequence()); in finishParagraph()
1005 pPropSeq.reset(new PropertySequence(pPropertyMap->GetPropertyValues())); in finishParagraph()
/trunk/main/svx/source/inc/
H A Dfmgroup.hxx111 virtual void fillProperties( sal_uInt32& nIndex, PropertySequence& aSeq ) const;

Completed in 46 milliseconds