Searched refs:pTranslation (Results 1 – 5 of 5) sorted by relevance
99 const AlignmentTranslationEntry* pTranslation = AlignmentTranslations; in valueAlignToParaAdjust() local100 while (-1 != pTranslation->nControlValue) in valueAlignToParaAdjust()102 if ( nValue == pTranslation->nControlValue ) in valueAlignToParaAdjust()104 rValue <<= pTranslation->nParagraphValue; in valueAlignToParaAdjust()107 ++pTranslation; in valueAlignToParaAdjust()117 const AlignmentTranslationEntry* pTranslation = AlignmentTranslations; in valueParaAdjustToAlign() local118 while ( ParagraphAdjust_MAKE_FIXED_SIZE != pTranslation->nParagraphValue) in valueParaAdjustToAlign()120 if ( nValue == pTranslation->nParagraphValue) in valueParaAdjustToAlign()122 rValue <<= pTranslation->nControlValue; in valueParaAdjustToAlign()125 ++pTranslation; in valueParaAdjustToAlign()
97 rtl::OUString * pTranslation, bool * pTranslated) const in matches() argument157 if (pTranslation) in matches()163 *pTranslation = aBuffer.makeStringAndClear(); in matches()170 if (pTranslation) in matches()171 *pTranslation = rString; in matches()
538 rtl::OUString * pTranslation,548 if (aIt->m_aRegexp.matches(rString, pTranslation, pTranslated))552 && m_pImpl->m_pDefault->m_aRegexp.matches(rString, pTranslation,
49 bool matches(rtl::OUString const & rString, rtl::OUString * pTranslation,
159 rtl::OUString * pTranslation = 0, bool * pTranslated = 0)
Completed in 49 milliseconds