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.cxx3103 sal_uInt32 nPathFlags, nPathFlagsOrg; in CreateCustomShapeProperties() local
3104 nPathFlagsOrg = nPathFlags = 0x39; in CreateCustomShapeProperties()
3105 if ( GetOpt( DFF_Prop_fFillOK, nPathFlags ) ) in CreateCustomShapeProperties()
3106 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()
[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_…