Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dmodcfg.hxx145 sal_Bool bShowIndexPreview ; // Index/ShowPreview member in SwMiscConfig
323 sal_Bool IsShowIndexPreview() const {return aMiscConfig.bShowIndexPreview;} in IsShowIndexPreview()
325 {aMiscConfig.bShowIndexPreview = bSet; in SetShowIndexPreview()
/trunk/main/sw/source/ui/config/
H A Dmodcfg.cxx1270 bShowIndexPreview(sal_False), in SwMiscConfig()
1338 case 2 : pValues[nProp].setValue(&bShowIndexPreview, rType) ; break; in Commit()
1374 case 2 : bShowIndexPreview = *(sal_Bool*)pValues[nProp].getValue(); break; in Load()

Completed in 34 milliseconds