Searched refs:nPathFlags (Results 1 – 3 of 3) sorted by relevance
152 sal_Int16 nPathFlags ) in GetMultiPaths_Impl() argument195 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() argument227 return GetMultiPaths_Impl( A2OU("Dictionary"), nPathFlags ); in GetDictionaryPaths()230 uno::Sequence< rtl::OUString > GetLinguisticPaths( sal_Int16 nPathFlags ) in GetLinguisticPaths() argument232 return GetMultiPaths_Impl( A2OU("Linguistic"), nPathFlags ); in GetLinguisticPaths()
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()3152 nPathFlags |= 0x40000; in CreateCustomShapeProperties()3154 nPathFlags |= 4; in CreateCustomShapeProperties()3156 nPathFlags &=~4; in CreateCustomShapeProperties()[all …]
156 ::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 56 milliseconds