Lines Matching refs:sal_Int32

76 void RichStringPortion::setFontId( sal_Int32 nFontId )  in setFontId()
164 sal_Int32 nCount = rStrm.readInt32(); in importPortions()
172 for( sal_Int32 nIndex = 0; !rStrm.isEof() && (nIndex < nCount); ++nIndex ) in importPortions()
209 void PhoneticDataModel::setBiffData( sal_Int32 nType, sal_Int32 nAlignment ) in setBiffData()
211 …static const sal_Int32 spnTypeIds[] = { XML_halfwidthKatakana, XML_fullwidthKatakana, XML_hiragana… in setBiffData()
214 … static const sal_Int32 spnAlignments[] = { XML_noControl, XML_left, XML_center, XML_distributed }; in setBiffData()
235 sal_Int32 nType, nAlignment; in importPhoneticPr()
246 …maModel.setBiffData( extractValue< sal_Int32 >( nFlags, 0, 2 ), extractValue< sal_Int32 >( nFlags,… in importPhoneticPr()
255 …maModel.setBiffData( extractValue< sal_Int32 >( nFlags, 0, 2 ), extractValue< sal_Int32 >( nFlags,… in importStringData()
263 …maModel.setBiffData( extractValue< sal_Int32 >( nFlags, 0, 2 ), extractValue< sal_Int32 >( nFlags,… in importStringData()
286 void RichStringPhonetic::setBaseRange( sal_Int32 nBasePos, sal_Int32 nBaseEnd ) in setBaseRange()
329 sal_Int32 nCount = rStrm.readInt32(); in importPortions()
335 for( sal_Int32 nIndex = 0; !rStrm.isEof() && (nIndex < nCount); ++nIndex ) in importPortions()
343 OUString PhoneticPortionModelList::importPortions( BiffInputStream& rStrm, sal_Int32 nPhoneticSize ) in importPortions()
351 sal_Int32 nMinSize = 2 * nTextLen1 + 6 * nPortionCount + 14; in importPortions()
465 sal_Int32 nPhoneticSize = bPhonetic ? rStrm.readInt32() : 0; in importUniString()
494 sal_Int32 nMinSize = nSize + 4; in importUniString()
559 sal_Int32 nStrLen = rText.getLength(); in createTextPortions()
571 sal_Int32 nPortionLen = (aIt + 1)->mnPos - aIt->mnPos; in createTextPortions()
590 sal_Int32 nStrLen = rText.getLength(); in createTextPortions()
602 sal_Int32 nPortionLen = (aIt + 1)->mnPos - aIt->mnPos; in createTextPortions()
613 …icPortions( const ::rtl::OUString& rText, PhoneticPortionModelList& rPortions, sal_Int32 nBaseLen ) in createPhoneticPortions()
616 sal_Int32 nStrLen = rText.getLength(); in createPhoneticPortions()
629 sal_Int32 nPortionLen = (aIt + 1)->mnPos - aIt->mnPos; in createPhoneticPortions()