Searched refs:PropertyMapPtr (Results 1 – 15 of 15) sorted by relevance
/trunk/main/writerfilter/source/dmapper/ |
H A D | DomainMapperTableHandler.cxx | 98 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() 378 …PropertyMapPtr 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 D | StyleSheetTable.hxx | 68 PropertyMapPtr pProperties; 122 typedef std::map<TblStyleType, PropertyMapPtr> TblStylePrs; 134 void AddTblStylePr( TblStyleType nType, PropertyMapPtr pProps ); 142 …PropertyMapPtr GetProperties( sal_Int32 nMask, StyleSheetEntryDequePtr pStack = StyleSheetEntryDeq… 148 PropertyMapPtr GetLocalPropertiesFromMask( const sal_Int32 nMask ); 150 const TblStyleType nStyleId, PropertyMapPtr pToFill);
|
H A D | DomainMapper_Impl.hxx | 186 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 D | StyleSheetTable.cxx | 104 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 D | TablePropertiesHandler.hxx | 45 vector< PropertyMapPtr > m_rPropertiesStack; 46 PropertyMapPtr m_pCurrentProperties; 61 inline void SetProperties( PropertyMapPtr pProperties ) in SetProperties()
|
H A D | DomainMapper_Impl.cxx | 265 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 D | TblStylePrHandler.hxx | 63 PropertyMapPtr m_pProperties; 73 inline PropertyMapPtr getProperties() { return m_pProperties; }; in getProperties()
|
H A D | DomainMapperTableManager.hxx | 53 PropertyMapPtr m_pStyleProps; 68 void SetStyleProperties( PropertyMapPtr pProperties );
|
H A D | BorderHandler.cxx | 150 PropertyMapPtr BorderHandler::getProperties() in getProperties() 161 PropertyMapPtr pPropertyMap(new PropertyMap); in getProperties()
|
H A D | TDefTableHandler.cxx | 244 PropertyMapPtr TDefTableHandler::getRowProperties() const in getRowProperties() 246 PropertyMapPtr pPropertyMap(new PropertyMap); in getRowProperties()
|
H A D | DomainMapper.cxx | 1706 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 D | DomainMapperTableManager.cxx | 371 PropertyMapPtr pProperties ) in SetStyleProperties() 400 PropertyMapPtr pProps = getTableProps(); in endLevel()
|
H A D | DomainMapperTableHandler.hxx | 51 typedef std::vector<PropertyMapPtr> PropertyMapVector1;
|
H A D | PropertyMap.hxx | 135 typedef boost::shared_ptr<PropertyMap> PropertyMapPtr; typedef
|
H A D | PropertyMap.cxx | 232 void PropertyMap::insert( const PropertyMapPtr pMap, bool bOverwrite ) in insert()
|
Completed in 187 milliseconds