Home
last modified time | relevance | path

Searched refs:CTF_PM_FLAGMASK (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/xmloff/source/style/
H A DPageMasterImportContext.cxx110 if ((rMapper->GetEntryContextId( nIndex ) & CTF_PM_FLAGMASK) == nFlag) in CreateChildContext()
146 if (nContextID && ((nContextID & CTF_PM_FLAGMASK) != XML_PM_CTF_START)) in CreateChildContext()
H A DPageMasterExportPropMapper.cxx348 sal_Int16 nFlag = nContextId & CTF_PM_FLAGMASK; in ContextFilter()
349 sal_Int16 nSimpleId = nContextId & (~CTF_PM_FLAGMASK | XML_PM_CTF_START); in ContextFilter()
H A Dxmlaustp.cxx215 switch( aPropMapper->GetEntryContextId( nIndex ) & CTF_PM_FLAGMASK ) in exportStyleContent()
H A Dimpastp4.cxx491 if (nContextID && ((nContextID & CTF_PM_FLAGMASK) != XML_PM_CTF_START)) in exportXML()
/AOO41X/main/xmloff/inc/xmloff/
H A DPageMasterStyleMap.hxx52 #define CTF_PM_FLAGMASK (XML_PM_CTF_START + 0x0F00) macro