Home
last modified time | relevance | path

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

/trunk/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()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx3117 nPathFlagsOrg = nPathFlags; in CreateCustomShapeProperties()
3139 nPathFlags |= 0x100000; in CreateCustomShapeProperties()
3141 nPathFlags |= 16; in CreateCustomShapeProperties()
3143 nPathFlags &=~16; in CreateCustomShapeProperties()
3151 nPathFlags |= 0x20000; in CreateCustomShapeProperties()
3153 nPathFlags |= 2; in CreateCustomShapeProperties()
3155 nPathFlags &=~2; in CreateCustomShapeProperties()
3163 nPathFlags |= 0x40000; in CreateCustomShapeProperties()
3165 nPathFlags |= 4; in CreateCustomShapeProperties()
3167 nPathFlags &=~4; in CreateCustomShapeProperties()
[all …]
/trunk/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 162 milliseconds