Home
last modified time | relevance | path

Searched refs:pSharedBoxFormats (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/filter/xml/
H A Dxmltbli.cxx1296 pSharedBoxFormats(NULL), in SwXMLTableContext()
1440 pSharedBoxFormats(NULL), in SwXMLTableContext()
1456 delete pSharedBoxFormats; in ~SwXMLTableContext()
1896 if ( pSharedBoxFormats == NULL ) in GetSharedBoxFormat()
1897 pSharedBoxFormats = new map_BoxFmt(); in GetSharedBoxFormat()
1902 map_BoxFmt::iterator aIter = pSharedBoxFormats->find( aKey ); in GetSharedBoxFormat()
1903 if ( aIter == pSharedBoxFormats->end() ) in GetSharedBoxFormat()
1919 (*pSharedBoxFormats)[ aKey ] = pBoxFmt2; in GetSharedBoxFormat()
H A Dxmltbli.hxx88 map_BoxFmt* pSharedBoxFormats; member in SwXMLTableContext