Home
last modified time | relevance | path

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

/aoo41x/main/linguistic/source/
H A Dmisc2.cxx152 sal_Int16 nPathFlags ) in GetMultiPaths_Impl() argument
195 if ((nPathFlags & PATH_FLAG_WRITABLE) && aWritablePath.getLength() != 0) in GetMultiPaths_Impl()
203 … const bool bAddUser = &rPathSeq == &aUserPaths && (nPathFlags & PATH_FLAG_USER); in GetMultiPaths_Impl()
204 … const bool bAddInternal = &rPathSeq == &aInternalPaths && (nPathFlags & PATH_FLAG_INTERNAL); in GetMultiPaths_Impl()
225 uno::Sequence< rtl::OUString > GetDictionaryPaths( sal_Int16 nPathFlags ) in GetDictionaryPaths() argument
227 return GetMultiPaths_Impl( A2OU("Dictionary"), nPathFlags ); in GetDictionaryPaths()
230 uno::Sequence< rtl::OUString > GetLinguisticPaths( sal_Int16 nPathFlags ) in GetLinguisticPaths() argument
232 return GetMultiPaths_Impl( A2OU("Linguistic"), nPathFlags ); in GetLinguisticPaths()
/aoo41x/main/filter/source/msfilter/
H A Descherex.cxx3106 nPathFlagsOrg = nPathFlags; in CreateCustomShapeProperties()
3128 nPathFlags |= 0x100000; in CreateCustomShapeProperties()
3130 nPathFlags |= 16; in CreateCustomShapeProperties()
3132 nPathFlags &=~16; in CreateCustomShapeProperties()
3140 nPathFlags |= 0x20000; in CreateCustomShapeProperties()
3142 nPathFlags |= 2; in CreateCustomShapeProperties()
3144 nPathFlags &=~2; in CreateCustomShapeProperties()
3152 nPathFlags |= 0x40000; in CreateCustomShapeProperties()
3154 nPathFlags |= 4; in CreateCustomShapeProperties()
3156 nPathFlags &=~4; in CreateCustomShapeProperties()
[all …]
/aoo41x/main/linguistic/inc/linguistic/
H A Dmisc.hxx156 ::com::sun::star::uno::Sequence< ::rtl::OUString > GetDictionaryPaths( sal_Int16 nPathFlags = PATH_…
157 ::com::sun::star::uno::Sequence< ::rtl::OUString > GetLinguisticPaths( sal_Int16 nPathFlags = PATH_…

Completed in 77 milliseconds