Home
last modified time | relevance | path

Searched refs:aCurDestination (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/autodoc/source/display/html/
H A Deasywri.cxx43 aCurDestination.push(&io_rDestination); in Open_OutputNode()
49 csv_assert( NOT aCurDestination.empty() ); in Finish_OutputNode()
50 aCurDestination.pop(); in Finish_OutputNode()
56 csv_assert( ! aCurDestination.empty() ); in Out()
57 return *aCurDestination.top(); in Out()
H A Deasywri.hxx60 aCurDestination; // The front element is the currently used. member in EasyWriter
/aoo41x/main/autodoc/source/display/toolkit/
H A Doutputstack.cxx41 aCurDestination.push(&io_rDestination); in Enter()
47 csv_assert( NOT aCurDestination.empty() ); in Leave()
48 aCurDestination.pop(); in Leave()
/aoo41x/main/autodoc/source/display/inc/toolkit/
H A Doutputstack.hxx53 aCurDestination; // The front element is the currently used. member in OutputStack
60 csv_assert( ! aCurDestination.empty() ); in Out()
61 return *aCurDestination.top(); in Out()

Completed in 14 milliseconds