Home
last modified time | relevance | path

Searched refs:rPortions (Results 1 – 13 of 13) sorted by relevance

/trunk/main/oox/source/xls/
H A Drichstring.cxx563 if( rPortions.empty() || (rPortions.front().mnPos > 0) ) in createTextPortions()
564 rPortions.insert( rPortions.begin(), FontPortionModel( 0, -1 ) ); in createTextPortions()
565 if( rPortions.back().mnPos < nStrLen ) in createTextPortions()
566 rPortions.push_back( FontPortionModel( nStrLen, -1 ) ); in createTextPortions()
594 if( rPortions.empty() || (rPortions.front().mnPos > 0) ) in createTextPortions()
595 rPortions.insert( rPortions.begin(), FontPortionModel( 0, -1 ) ); in createTextPortions()
596 if( rPortions.back().mnPos < nStrLen ) in createTextPortions()
597 rPortions.push_back( FontPortionModel( nStrLen, -1 ) ); in createTextPortions()
620 if( rPortions.empty() ) in createPhoneticPortions()
621 rPortions.push_back( PhoneticPortionModel( 0, 0, nBaseLen ) ); in createPhoneticPortions()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunoportenum.cxx367 : m_Portions( rPortions ) in SwXTextPortionEnumeration()
552 TextRangeList_t & rPortions, in lcl_InsertRubyPortion() argument
559 rPortions.push_back(pPortion); in lcl_InsertRubyPortion()
622 TextRangeList_t & rPortions, in lcl_ExportBookmark() argument
645 rPortions.push_back(pPortion); in lcl_ExportBookmark()
664 TextRangeList_t & rPortions, in lcl_ExportSoftPageBreak() argument
682 rPortions.push_back( in lcl_ExportSoftPageBreak()
1123 TextRangeList_t & rPortions, in lcl_ExportRedline() argument
1157 TextRangeList_t & rPortions, in lcl_ExportBkmAndRedline() argument
1176 TextRangeList_t & rPortions, in lcl_ExportAnnotationStarts() argument
[all …]
/trunk/main/oox/source/dump/
H A Dxlsbdumper.cxx142 void RecordObjectBase::writeFontPortions( const FontPortionModelList& rPortions ) in writeFontPortions() argument
144 if( !rPortions.empty() ) in writeFontPortions()
146 writeDecItem( "font-count", static_cast< sal_uInt32 >( rPortions.size() ) ); in writeFontPortions()
149 …for( FontPortionModelList::const_iterator aIt = rPortions.begin(), aEnd = rPortions.end(); aIt != … in writeFontPortions()
158 void RecordObjectBase::writePhoneticPortions( const PhoneticPortionModelList& rPortions ) in writePhoneticPortions() argument
160 if( !rPortions.empty() ) in writePhoneticPortions()
162 writeDecItem( "portion-count", static_cast< sal_uInt32 >( rPortions.size() ) ); in writePhoneticPortions()
165 …for( PhoneticPortionModelList::const_iterator aIt = rPortions.begin(), aEnd = rPortions.end(); aIt… in writePhoneticPortions()
H A Dbiffdumper.cxx411 void BiffObjectBase::writeFontPortions( const FontPortionModelList& rPortions ) in writeFontPortions() argument
413 if( !rPortions.empty() ) in writeFontPortions()
415 writeDecItem( "font-count", static_cast< sal_uInt32 >( rPortions.size() ) ); in writeFontPortions()
417 …for( FontPortionModelList::const_iterator aIt = rPortions.begin(), aEnd = rPortions.end(); aIt != … in writeFontPortions()
/trunk/main/oox/inc/oox/xls/
H A Drichstring.hxx281 …ortions( const ::rtl::OString& rText, rtl_TextEncoding eTextEnc, FontPortionModelList& rPortions );
283 … createTextPortions( const ::rtl::OUString& rText, FontPortionModelList& rPortions );
285 …oneticPortions( const ::rtl::OUString& rText, PhoneticPortionModelList& rPortions, sal_Int32 nBase…
/trunk/main/sw/source/ui/dialog/
H A DSwSpellDialogChildWindow.cxx859 bool SwSpellDialogChildWindow::SpellDrawText_Impl(SwWrtShell& rSh, ::svx::SpellPortions& rPortions) in SpellDrawText_Impl() argument
867 …iner->SpellSentence(pSdrView->GetTextEditOutlinerView()->GetEditView(), rPortions, m_bIsGrammarChe… in SpellDrawText_Impl()
879 rPortions.clear(); in SpellDrawText_Impl()
/trunk/main/editeng/source/editeng/
H A Deditdbg.cxx534 ByteString EditDbg::GetTextPortionInfo( TextPortionList& rPortions ) in GetTextPortionInfo() argument
537 for ( sal_uInt16 z = 0; z < rPortions.Count(); z++ ) in GetTextPortionInfo()
539 TextPortion* pPortion = rPortions.GetObject( z ); in GetTextPortionInfo()
H A Deditdbg.hxx48 static ByteString GetTextPortionInfo( TextPortionList& rPortions );
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx148 …bool SpellSentence(::svx::SpellPortions& rPortions, bool bIsGrammar…
1256 bool SwEditShell::SpellSentence(::svx::SpellPortions& rPortions, bool bIsGrammarCheck) in SpellSentence() argument
1261 bool bRet = pSpellIter->SpellSentence(rPortions, bIsGrammarCheck); in SpellSentence()
1543 bool SwSpellIter::SpellSentence(::svx::SpellPortions& rPortions, bool bIsGrammarCheck) in SpellSentence() argument
1732 rPortions = aLastPortions; in SpellSentence()
/trunk/main/sw/source/ui/inc/
H A DSwSpellDialogChildWindow.hxx43 bool SpellDrawText_Impl(SwWrtShell& rSh, ::svx::SpellPortions& rPortions);
/trunk/main/oox/inc/oox/dump/
H A Dxlsbdumper.hxx69 void writeFontPortions( const ::oox::xls::FontPortionModelList& rPortions );
H A Dbiffdumper.hxx166 void writeFontPortions( const ::oox::xls::FontPortionModelList& rPortions );
/trunk/main/sw/inc/
H A Dunoport.hxx289 TextRangeList_t const & rPortions );

Completed in 98 milliseconds