Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/app/
H A Dapphdl.cxx781 if( pUserOptions ) in Notify()
783 pUserOptions->RemoveListener(this); in Notify()
784 DELETEZ(pUserOptions); in Notify()
797 if( pBrdCst == pUserOptions ) in ConfigurationChanged()
920 if(!pUserOptions) in GetUserOptions()
922 pUserOptions = new SvtUserOptions; in GetUserOptions()
923 pUserOptions->AddListener(this); in GetUserOptions()
925 return *pUserOptions; in GetUserOptions()
H A Dswmodule.cxx201 pUserOptions(0), in SwModule()
/aoo41x/main/sc/source/ui/app/
H A Dscmod.cxx149 pUserOptions( NULL ), in ScModule()
363 if( pUserOptions ) in DeleteCfg()
365 DELETEZ( pUserOptions ); in DeleteCfg()
925 if( !pUserOptions ) in GetUserOptions()
927 pUserOptions = new SvtUserOptions; in GetUserOptions()
929 return *pUserOptions; in GetUserOptions()
/aoo41x/main/sw/inc/
H A Dswmodule.hxx93 SvtUserOptions* pUserOptions; member in SwModule
/aoo41x/main/sc/inc/
H A Dscmod.hxx134 SvtUserOptions* pUserOptions; member in ScModule

Completed in 35 milliseconds