Home
last modified time | relevance | path

Searched refs:PropertyMapPtr (Results 1 – 15 of 15) sorted by relevance

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx98 static void lcl_printProperties( PropertyMapPtr pProps ) in lcl_printProperties()
171 PropertyMapPtr pRet; in lcl_SearchParentStyleSheetAndMergeProperties()
187 void lcl_mergeBorder( PropertyIds nId, PropertyMapPtr pOrig, PropertyMapPtr pDest ) in lcl_mergeBorder()
198 void lcl_computeCellBorders( PropertyMapPtr pTableBorders, PropertyMapPtr pCellProps, in lcl_computeCellBorders()
324 PropertyMapPtr pTableDefaults;
325 PropertyMapPtr pTableBorders;
373 PropertyMapPtr pTableProps( m_aTableProperties ); in endTableGetTableStyle()
378PropertyMapPtr pMergedProperties = lcl_SearchParentStyleSheetAndMergeProperties(pStyleSheet, pStyl… in endTableGetTableStyle()
595 PropertyMapPtr pRowProps = m_aRowProperties[nRow]; in endTableGetCellProperties()
616 PropertyMapPtr pAllCellProps( new PropertyMap ); in endTableGetCellProperties()
[all …]
H A DStyleSheetTable.hxx68 PropertyMapPtr pProperties;
122 typedef std::map<TblStyleType, PropertyMapPtr> TblStylePrs;
134 void AddTblStylePr( TblStyleType nType, PropertyMapPtr pProps );
142PropertyMapPtr GetProperties( sal_Int32 nMask, StyleSheetEntryDequePtr pStack = StyleSheetEntryDeq…
148 PropertyMapPtr GetLocalPropertiesFromMask( const sal_Int32 nMask );
150 const TblStyleType nStyleId, PropertyMapPtr pToFill);
H A DDomainMapper_Impl.hxx186 typedef std::stack<PropertyMapPtr> PropertyStack;
290 …om::sun::star::uno::Reference< ::com::sun::star::text::XTextRange >, PropertyMapPtr > TableManager…
340 PropertyMapPtr m_pTopContext;
341 PropertyMapPtr m_pLastSectionContext;
426 void finishParagraph( PropertyMapPtr pPropertyMap );
427 void appendTextPortion( const ::rtl::OUString& rString, PropertyMapPtr pPropertyMap );
439 void PushStyleProperties(PropertyMapPtr pStyleProperties);
440 void PushListProperties(PropertyMapPtr pListProperties);
444 PropertyMapPtr GetTopContext() in GetTopContext()
448 PropertyMapPtr GetTopContextOfType(ContextType eId);
H A DStyleSheetTable.cxx104 void TableStyleSheetEntry::AddTblStylePr( TblStyleType nType, PropertyMapPtr pProps ) in AddTblStylePr()
151 PropertyMapPtr TableStyleSheetEntry::GetProperties( sal_Int32 nMask, StyleSheetEntryDequePtr pStack… in GetProperties()
153 PropertyMapPtr pProps( new PropertyMap ); in GetProperties()
182 void lcl_mergeProps( PropertyMapPtr pToFill, PropertyMapPtr pToAdd, TblStyleType nStyleId ) in lcl_mergeProps()
226 PropertyMapPtr pToFill) in MergePropertiesFromMask()
236 PropertyMapPtr TableStyleSheetEntry::GetLocalPropertiesFromMask( const sal_Int32 nMask ) in GetLocalPropertiesFromMask()
257 PropertyMapPtr pProps( new PropertyMap( ) ); in GetLocalPropertiesFromMask()
301 PropertyMapPtr m_pDefaultParaProps, m_pDefaultCharProps;
302 PropertyMapPtr m_pCurrentProps;
579 PropertyMapPtr pProps = pTblStylePrHandler->getProperties( ); in lcl_sprm()
[all …]
H A DTablePropertiesHandler.hxx45 vector< PropertyMapPtr > m_rPropertiesStack;
46 PropertyMapPtr m_pCurrentProperties;
61 inline void SetProperties( PropertyMapPtr pProperties ) in SetProperties()
H A DDomainMapper_Impl.cxx265 PropertyMapPtr pInsert; in PushProperties()
310 void DomainMapper_Impl::PushListProperties(PropertyMapPtr pListProperties) in PushListProperties()
344 PropertyMapPtr DomainMapper_Impl::GetTopContextOfType(ContextType eId) in GetTopContextOfType()
346 PropertyMapPtr pRet; in GetTopContextOfType()
682 PropertyMapPtr pPropertyMap) in lcl_AddRangeAndStyle()
707 void DomainMapper_Impl::finishParagraph( PropertyMapPtr pPropertyMap ) in finishParagraph()
1319 PropertyMapPtr pTopContext = GetTopContext(); in PushFootOrEndnote()
1335 PropertyMapPtr aFontProps( new PropertyMap ); in PushFootOrEndnote()
1343 PropertyMapPtr aFontProps( new PropertyMap ); in PushFootOrEndnote()
1442 PropertyMapPtr pTopContext = GetTopContext(); in PushAnnotation()
[all …]
H A DTblStylePrHandler.hxx63 PropertyMapPtr m_pProperties;
73 inline PropertyMapPtr getProperties() { return m_pProperties; }; in getProperties()
H A DDomainMapperTableManager.hxx53 PropertyMapPtr m_pStyleProps;
68 void SetStyleProperties( PropertyMapPtr pProperties );
H A DBorderHandler.cxx150 PropertyMapPtr BorderHandler::getProperties() in getProperties()
161 PropertyMapPtr pPropertyMap(new PropertyMap); in getProperties()
H A DTDefTableHandler.cxx244 PropertyMapPtr TDefTableHandler::getRowProperties() const in getRowProperties()
246 PropertyMapPtr pPropertyMap(new PropertyMap); in getRowProperties()
H A DDomainMapper.cxx1706 PropertyMapPtr pTopContext = m_pImpl->GetTopContext(); in lcl_attribute()
2204 void DomainMapper::sprmWithProps( Sprm& rSprm, PropertyMapPtr rContext, SprmType eSprmType ) in sprmWithProps()
3919 PropertyMapPtr pContext = m_pImpl->GetTopContextOfType(CONTEXT_PARAGRAPH); in sprmWithProps()
4322 PropertyMapPtr pContext = m_pImpl->GetTopContextOfType(CONTEXT_SECTION); in lcl_endSectionGroup()
4376 void DomainMapper::PushStyleSheetProperties( PropertyMapPtr pStyleProperties, bool bAffectTableMngr… in PushStyleSheetProperties()
4390 PropertyMapPtr emptyPtr; in PopStyleSheetProperties()
4470 PropertyMapPtr pContext = m_pImpl->GetTopContext(); in lcl_text()
4537 PropertyMapPtr pContext = m_pImpl->GetTopContext(); in lcl_utext()
H A DDomainMapperTableManager.cxx371 PropertyMapPtr pProperties ) in SetStyleProperties()
400 PropertyMapPtr pProps = getTableProps(); in endLevel()
H A DDomainMapperTableHandler.hxx51 typedef std::vector<PropertyMapPtr> PropertyMapVector1;
H A DPropertyMap.hxx135 typedef boost::shared_ptr<PropertyMap> PropertyMapPtr; typedef
H A DPropertyMap.cxx232 void PropertyMap::insert( const PropertyMapPtr pMap, bool bOverwrite ) in insert()

Completed in 103 milliseconds