Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/inc/
H A Dnavicfg.hxx37 sal_Bool bIsSmall; //ShowListBox member in SwNavigationConfig
96 sal_Bool IsSmall() const {return bIsSmall;} in IsSmall()
98 if(bIsSmall != bSet) in SetSmall()
101 bIsSmall = bSet; in SetSmall()
/aoo41x/main/sw/source/ui/utlui/
H A Dnavicfg.cxx76 bIsSmall(sal_False), in SwNavigationConfig()
97 case 5: bIsSmall = *(sal_Bool*)pValues[nProp].getValue(); break; in SwNavigationConfig()
128 case 5: pValues[nProp].setValue(&bIsSmall, rType); break; in Commit()

Completed in 6 milliseconds