Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/ui/inc/ !
H A Dusrpref.hxx152 SwWebColorConfig* pWebColorConfig; member in SwMasterUsrPref
166 if(pWebColorConfig) in Commit()
167 pWebColorConfig->Commit(); in Commit()
175 if(pWebColorConfig) in SetModified()
176 pWebColorConfig->SetModified(); in SetModified()
/AOO41X/main/sw/source/ui/config/ !
H A Dusrpref.cxx66 pWebColorConfig(bWeb ? new SwWebColorConfig(*this) : 0) in SwMasterUsrPref()
77 if(pWebColorConfig) in SwMasterUsrPref()
78 pWebColorConfig->Load(); in SwMasterUsrPref()
85 delete pWebColorConfig; in ~SwMasterUsrPref()