Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/inc/
H A Dnavicfg.hxx38 sal_Bool bIsGlobalActive; //GlobalDocMode// Globalansicht fuer GlobalDoc gueltig? member in SwNavigationConfig
105 sal_Bool IsGlobalActive() const {return bIsGlobalActive;} in IsGlobalActive()
107 if(bIsGlobalActive != bSet) in SetGlobalActive()
110 bIsGlobalActive = bSet; in SetGlobalActive()
/aoo4110/main/sw/source/ui/utlui/
H A Dnavicfg.cxx77 bIsGlobalActive(sal_True) in SwNavigationConfig()
98 case 6: bIsGlobalActive = *(sal_Bool*)pValues[nProp].getValue(); break; in SwNavigationConfig()
129 case 6: pValues[nProp].setValue(&bIsGlobalActive, rType); break; in Commit()

Completed in 10 milliseconds