Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/ui/inc/
H A Dtoxmgr.hxx47 String* pTOUName; member in SwTOXDescription
81 pTOUName(0), in SwTOXDescription()
100 delete pTOUName; in ~SwTOXDescription()
117 void SetTOUName(const String& pSet) {delete pTOUName; pTOUName = new String(pSet);} in SetTOUName()
118 const String* GetTOUName() const {return pTOUName; } in GetTOUName()
192 String* pTOUName; member in SwTOXMarkDescription
212 pTOUName(0), in SwTOXMarkDescription()
223 delete pTOUName; in ~SwTOXMarkDescription()
250 {delete pTOUName; pTOUName = new String(rSet);} in SetTOUName()
251 const String* GetTOUName() const {return pTOUName;} in GetTOUName()

Completed in 7 milliseconds