/trunk/main/sw/source/core/layout/ |
H A D | trvlfrm.cxx | 2143 && ( !pSt2Pos || !pEnd2Pos || pSt2Pos->aPortion != pEnd2Pos->aPortion ) ) in CalcFrmRects() 2168 if ( !pEnd2Pos || pEnd2Pos->aPortion != pSt2Pos->aPortion ) in CalcFrmRects() 2170 SwRect aTmp2( pSt2Pos->aPortion ); in CalcFrmRects() 2180 ( pSt2Pos->aPortion.*fnRect->fnGetLeft )() ); in CalcFrmRects() 2242 if ( !pSt2Pos || pSt2Pos->aPortion != pEnd2Pos->aPortion ) in CalcFrmRects() 2244 SwRect aTmp2( pEnd2Pos->aPortion ); in CalcFrmRects() 2304 && pSt2Pos->aPortion == pEnd2Pos->aPortion in CalcFrmRects() 2370 && pSt2Pos->aPortion == pEnd2Pos->aPortion; in CalcFrmRects() 2414 if ( pSt2Pos && pEnd2Pos && pSt2Pos->aPortion == pEnd2Pos->aPortion ) in CalcFrmRects() 2416 lLeft = ( pSt2Pos->aPortion.*fnRect->fnGetLeft )(); in CalcFrmRects() [all …]
|
/trunk/main/oox/source/xls/ |
H A D | richstring.cxx | 171 FontPortionModel aPortion; in importPortions() local 174 aPortion.read( rStrm ); in importPortions() 175 appendPortion( aPortion ); in importPortions() 186 FontPortionModel aPortion; in importPortions() local 189 aPortion.read( rStrm, eMode ); in importPortions() 190 appendPortion( aPortion ); in importPortions() 334 PhoneticPortionModel aPortion; in importPortions() local 337 aPortion.read( rStrm ); in importPortions() 338 appendPortion( aPortion ); in importPortions() 358 PhoneticPortionModel aPortion; in importPortions() local [all …]
|
/trunk/main/l10ntools/source/ |
H A D | tagtest.cxx | 92 String aPortion; in SplitTag() local 107 aPortion = aTokenString.Copy( nLastPos, nCheckPos-nLastPos ); in SplitTag() 121 aTagName = aPortion; in SplitTag() 129 if ( aPortion.Len() == 0 ) in SplitTag() 217 aValue += aPortion; in SplitTag() 237 aValue += aPortion; in SplitTag() 296 aTagName = aPortion; in SplitTag() 300 aTagName = aPortion; in SplitTag() 326 if ( aPortion.Len() == 0 ) in SplitTag() 333 aName = ByteString( aPortion, RTL_TEXTENCODING_UTF8 ); in SplitTag() [all …]
|
/trunk/main/sw/source/core/edit/ |
H A D | edlingu.cxx | 1777 svx::SpellPortion aPortion; in CreatePortion() local 1785 aPortion.sText = xAlt->getWord(); in CreatePortion() 1788 aPortion.bIsGrammarError = true; in CreatePortion() 1791 aPortion.aGrammarError = pGrammarResult->aErrors[0]; in CreatePortion() 1792 …aPortion.sText = pGrammarResult->aText.copy( aPortion.aGrammarError.nErrorStart, aPortion.aGrammar… in CreatePortion() 1806 aPortion.sText = sText; in CreatePortion() 1807 aPortion.eLanguage = lcl_GetLanguage(*GetSh()); in CreatePortion() 1808 aPortion.bIsField = bIsField; in CreatePortion() 1809 aPortion.bIsHidden = bIsHidden; in CreatePortion() 1810 aPortion.xAlternatives = xAlt; in CreatePortion() [all …]
|
/trunk/main/sd/source/filter/ppt/ |
H A D | pptin.cxx | 610 aParagraph.AppendPortion( aPortion ); in Import() 622 PPTPortionObj aPortion( *pPPTStyleSheet, TSS_TYPE_TEXT_IN_SHAPE, 0 ); in Import() local 623 aParagraph.AppendPortion( aPortion ); in Import() 625 aPortion.ApplyTo( rItemSet, (SdrPowerPointImport&)*this, 0xffffffff ); in Import() 671 PPTPortionObj aPortion( *pPPTStyleSheet, nTitleInstance, 0 ); in Import() local 672 aParagraph.AppendPortion( aPortion ); in Import() 695 pParagraphs[ nLevel ]->AppendPortion( aPortion ); in Import() 712 PPTPortionObj aPortion( *pPPTStyleSheet, TSS_TYPE_SUBTITLE, 0 ); in Import() local 713 aParagraph.AppendPortion( aPortion ); in Import() 725 PPTPortionObj aPortion( *pPPTStyleSheet, TSS_TYPE_NOTES, 0 ); in Import() local [all …]
|
/trunk/main/toolkit/test/accessibility/ |
H A D | AccessibleTextHandler.java | 346 String aPortion = null; in getAttributes() local 349 aPortion = xText.getTextAtIndex( in getAttributes() 354 aPortion = new String (""); in getAttributes() 359 VectorNode aAttrs = new VectorNode (aPortion, aPortions); in getAttributes() 367 nIndex += (aPortion.length() > 0) ? aPortion.length() : 1; in getAttributes()
|
/trunk/main/editeng/source/editeng/ |
H A D | impedit4.cxx | 2099 svx::SpellPortion aPortion; in AddPortion() 2100 aPortion.sText = GetSelected( rSel ); in AddPortion() 2101 aPortion.eLanguage = GetLanguage( rSel.Min() ); in AddPortion() 2102 aPortion.xAlternatives = xAlt; in AddPortion() 2103 aPortion.bIsField = bIsField; in AddPortion() 2104 rToFill.push_back(aPortion); in AddPortion() 2107 pSpellInfo->aLastSpellPortions.push_back(aPortion); in AddPortion()
|
/trunk/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 226 (aRect.*fnRect->fnSetLeft)( (pEnd2Pos->aPortion.*fnRect->fnGetLeft)() ); in lcl_CalculateRepaintRect() 228 (aRect.*fnRect->fnSetLeft)( (pEnd2Pos->aPortion.*fnRect->fnGetRight)() ); in lcl_CalculateRepaintRect() 259 (aTmp.*fnRect->fnSetLeft)( (pSt2Pos->aPortion.*fnRect->fnGetRight)() ); in lcl_CalculateRepaintRect() 261 (aTmp.*fnRect->fnSetLeft)( (pSt2Pos->aPortion.*fnRect->fnGetLeft)() ); in lcl_CalculateRepaintRect()
|
/trunk/main/sw/inc/ |
H A D | crstate.hxx | 66 SwRect aPortion; // Position and size of the multi portion member
|
/trunk/main/sw/source/core/text/ |
H A D | itrcrsr.cxx | 751 pCMS->p2Lines->aPortion = aRect; in _GetCharRect() 1240 pCMS->p2Lines->aPortion.Pos().X() += aCharPos.X(); in GetCharRect() 1241 pCMS->p2Lines->aPortion.Pos().Y() += aCharPos.Y(); in GetCharRect()
|
H A D | frmcrsr.cxx | 325 pFrm->SwitchLTRtoRTL( pCMS->p2Lines->aPortion ); in GetCharRect() 345 pFrm->SwitchHorizontalToVertical( pCMS->p2Lines->aPortion ); in GetCharRect()
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | unosrch.cxx | 525 const OUString aPortion( xPortion->getString() ); in Search() local 526 const sal_Int32 nLen = aPortion.getLength(); in Search()
|
/trunk/main/sd/source/filter/html/ |
H A D | htmlex.cxx | 1383 String aPortion(StringToHTMLString(rEditEngine.GetText( aSelection ))); in ParagraphToHTMLString() local 1386 aStr += aPortion; in ParagraphToHTMLString()
|