Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/config/
H A Ddbconfig.cxx72 pAdrImpl(0), in SwDBConfig()
81 delete pAdrImpl; in ~SwDBConfig()
90 if(!pAdrImpl) in Load()
93 pAdrImpl = new SwDBData; in Load()
94 pAdrImpl->nCommandType = 0; in Load()
107 case 0: pValues[nProp] >>= pAdrImpl->sDataSource; break; in Load()
108 case 1: pValues[nProp] >>= pAdrImpl->sCommand; break; in Load()
109 case 2: pValues[nProp] >>= pAdrImpl->nCommandType; break; in Load()
122 if(!pAdrImpl) in GetAddressSource()
124 return *pAdrImpl; in GetAddressSource()
/aoo41x/main/sw/source/ui/inc/
H A Ddbconfig.hxx35 SwDBData* pAdrImpl; member in SwDBConfig

Completed in 11 milliseconds