Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/misc/
H A Dglosbib.cxx119 sal_uLong nCaseReadonly = 0; in SwGlossaryGroupDlg() local
123 nCaseReadonly |= PATH_READONLY; in SwGlossaryGroupDlg()
125 nCaseReadonly |= PATH_CASE_SENSITIVE; in SwGlossaryGroupDlg()
126 aPathLB.SetEntryData(i, (void*)nCaseReadonly); in SwGlossaryGroupDlg()
447 sal_uLong nCaseReadonly = in IMPL_LINK() local
449 sal_Bool bDirReadonly = 0 != (nCaseReadonly&PATH_READONLY); in IMPL_LINK()
466 nCaseReadonly = (sal_uLong)aPathLB.GetEntryData( in IMPL_LINK()
468 sal_Bool bCase = 0 != (nCaseReadonly & PATH_CASE_SENSITIVE); in IMPL_LINK()

Completed in 20 milliseconds