Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx1299 pSharedBoxFormats(NULL), in SwXMLTableContext()
1443 pSharedBoxFormats(NULL), in SwXMLTableContext()
1459 delete pSharedBoxFormats; in ~SwXMLTableContext()
1899 if ( pSharedBoxFormats == NULL ) in GetSharedBoxFormat()
1900 pSharedBoxFormats = new map_BoxFmt(); in GetSharedBoxFormat()
1905 map_BoxFmt::iterator aIter = pSharedBoxFormats->find( aKey ); in GetSharedBoxFormat()
1906 if ( aIter == pSharedBoxFormats->end() ) in GetSharedBoxFormat()
1922 (*pSharedBoxFormats)[ aKey ] = pBoxFmt2; in GetSharedBoxFormat()
H A Dxmltbli.hxx88 map_BoxFmt* pSharedBoxFormats; member in SwXMLTableContext

Completed in 27 milliseconds