Searched refs:PropertySequence (Results 1 – 4 of 4) sorted by relevance
345 PropertySequence::PropertySequence() in PropertySequence() function in writerfilter::dmapper::PropertySequence350 PropertySequence::PropertySequence(const uno::Sequence<beans::PropertyValue> & rSeq) in PropertySequence() function in writerfilter::dmapper::PropertySequence362 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 …]
315 class PropertySequence class325 typedef boost::shared_ptr<PropertySequence> Pointer_t;327 PropertySequence();328 PropertySequence(const uno::Sequence<beans::PropertyValue> & rSeq); 329 virtual ~PropertySequence();
562 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()
111 virtual void fillProperties( sal_uInt32& nIndex, PropertySequence& aSeq ) const;
Completed in 39 milliseconds