/aoo42x/main/basegfx/source/range/ |
H A D | b2drangeclipper.cxx | 423 ImplPolygon& rTmp=rPolygonPool.get(nTmpIdx); in handleFinalOwnLeftEdge() local 428 rTmp.maPoints.begin(), in handleFinalOwnLeftEdge() 429 rTmp.maPoints.end()); in handleFinalOwnLeftEdge() 471 rTmp.maPoints.begin(), in handleComplexLeftEdge() 472 rTmp.maPoints.end()); in handleComplexLeftEdge() 474 rTmp.maPoints.clear(); in handleComplexLeftEdge() 475 rTmp.append(rIntersectionPoint); in handleComplexLeftEdge() 481 rTmp.mpLeadingRightEdge = NULL; in handleComplexLeftEdge() 496 ImplPolygon& rTmp=rPolygonPool.get(nTmpIdx); in handleComplexRightEdge() local 498 rTmp.append(rIntersectionPoint); in handleComplexRightEdge() [all …]
|
/aoo42x/main/sw/source/core/text/ |
H A D | txtio.cxx | 66 void lcl_OutFollow( XubString &rTmp, const SwFrm* pFrm ) in lcl_OutFollow() argument 73 rTmp += "("; in lcl_OutFollow() 75 rTmp += "."; in lcl_OutFollow() 79 rTmp += nFrmId; in lcl_OutFollow() 81 rTmp += ")"; in lcl_OutFollow()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unoidx.cxx | 156 void lcl_ConvertTOUNameToProgrammaticName(OUString& rTmp) in lcl_ConvertTOUNameToProgrammaticName() argument 160 if(rTmp.equals(pShellRes->aTOXUserName)) in lcl_ConvertTOUNameToProgrammaticName() 162 rTmp = OUString(C2U(cUserDefined)); in lcl_ConvertTOUNameToProgrammaticName() 166 else if(rTmp.equalsAscii(cUserDefined)) in lcl_ConvertTOUNameToProgrammaticName() 168 rTmp += C2U(cUserSuffix); in lcl_ConvertTOUNameToProgrammaticName() 173 lcl_ConvertTOUNameToUserName(OUString& rTmp) in lcl_ConvertTOUNameToUserName() argument 176 if(rTmp.equalsAscii(cUserDefined)) in lcl_ConvertTOUNameToUserName() 178 rTmp = pShellRes->aTOXUserName; in lcl_ConvertTOUNameToUserName() 181 USER_AND_SUFFIXLEN == rTmp.getLength()) in lcl_ConvertTOUNameToUserName() 184 if (rTmp.matchAsciiL(cUserDefined, sizeof(cUserDefined)) && in lcl_ConvertTOUNameToUserName() [all …]
|
/aoo42x/main/sw/source/filter/ascii/ |
H A D | parasc.cxx | 163 const SwNodeIndex& rTmp = pPam->GetPoint()->nNode; in CallParser() local 164 pInsPam = new SwPaM( rTmp, rTmp, 0, -1 ); in CallParser()
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | findattr.cxx | 313 _SwSrchChrAttr const& rTmp) in lcl_IsAttributeIgnorable() argument 322 ? ((rTmp.nEnd < nNdStart) || (nNdEnd < rTmp.nStt)) in lcl_IsAttributeIgnorable() 323 : ((rTmp.nEnd <= nNdStart) || (nNdEnd <= rTmp.nStt))); in lcl_IsAttributeIgnorable()
|
H A D | swcrsr.cxx | 2159 sal_Bool lcl_SeekEntry( const SwSelBoxes& rTmp, const SwStartNode* pSrch, sal_uInt16& rFndPos ) in lcl_SeekEntry() argument 2163 sal_uInt16 nO = rTmp.Count(), nM, nU = 0; in lcl_SeekEntry() 2170 if( rTmp[ nM ]->GetSttNd() == pSrch ) in lcl_SeekEntry() 2175 else if( rTmp[ nM ]->GetSttIdx() < nIdx ) in lcl_SeekEntry()
|
/aoo42x/main/sw/source/core/view/ |
H A D | viewsh.cxx | 1811 const SwRect &rTmp = (*pRegion)[i]; in CheckInvalidForPaint() local 1812 if ( sal_False == (bStop = rTmp.IsOver( VisArea() )) ) in CheckInvalidForPaint() 1832 { const SwRect &rTmp = (*pRegion)[i]; in CheckInvalidForPaint() local 1833 if ( !rRect.IsInside( rTmp ) ) in CheckInvalidForPaint() 1835 InvalidateWindows( rTmp ); in CheckInvalidForPaint() 1836 if ( rTmp.IsOver( VisArea() ) ) in CheckInvalidForPaint() 1837 { aRegion -= rTmp; in CheckInvalidForPaint()
|
/aoo42x/main/sw/source/filter/basflt/ |
H A D | shellio.cxx | 171 const SwNodeIndex& rTmp = pPam->GetPoint()->nNode; in Read() local 172 pUndoPam = new SwPaM( rTmp, rTmp, 0, -1 ); in Read()
|
/aoo42x/main/sw/source/core/edit/ |
H A D | ednumber.cxx | 113 const SwPamRange& rTmp = *(GetData() + nArrPos ); in SetPam() local 114 rPam.GetPoint()->nNode = rTmp.nStart; in SetPam() 117 rPam.GetPoint()->nNode = rTmp.nEnd; in SetPam()
|
H A D | autofmt.cxx | 653 const String& rTmp = pAktTxtNd->GetTxt(); in DoTable() local 654 xub_StrLen nSttPlus = GetLeadingBlanks( rTmp ); in DoTable() 655 xub_StrLen nEndPlus = GetTrailingBlanks( rTmp ); in DoTable() 659 ( '+' != ( cChar = rTmp.GetChar( nSttPlus )) && '|' != cChar ) || in DoTable() 660 ( '+' != ( cChar = rTmp.GetChar( nEndPlus - 1)) && '|' != cChar )) in DoTable() 666 const sal_Unicode* pStr = rTmp.GetBuffer() + n; in DoTable()
|
/aoo42x/main/cui/source/options/ |
H A D | optlingu.cxx | 664 ServiceInfo_Impl &rTmp = aDisplayServiceArr[ i ]; in GetInfoByImplName() local 665 if (rTmp.sSpellImplName == rSvcImplName || in GetInfoByImplName() 666 rTmp.sHyphImplName == rSvcImplName || in GetInfoByImplName() 667 rTmp.sThesImplName == rSvcImplName || in GetInfoByImplName() 668 rTmp.sGrammarImplName == rSvcImplName) in GetInfoByImplName() 669 pInfo = &rTmp; in GetInfoByImplName()
|
/aoo42x/main/xmloff/source/draw/ |
H A D | eventimp.cxx | 299 const rtl::OUString &rTmp = in SdXMLEventContext() local 301 INetURLObject::translateToInternal( rTmp, msBookmark, in SdXMLEventContext()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | node.cxx | 1903 sal_Bool SwCntntNode::IsAnyCondition( SwCollCondition& rTmp ) const in IsAnyCondition() 1956 rTmp.SetCondition( (Master_CollConditions)nCond, 0 ); in IsAnyCondition() 1979 rTmp.SetCondition( PARA_IN_OUTLINE, pOutlNd->GetAttrOutlineLevel() - 1 ); in IsAnyCondition()
|
H A D | ndtbl.cxx | 902 SwPaM& rTmp = (SwPaM&)rRange; // Point immer an den Anfang in TextToTable() local 903 rTmp.DeleteMark(); in TextToTable() 904 rTmp.GetPoint()->nNode = *pTblNd; in TextToTable() 905 SwCntntNode* pCNd = GetNodes().GoNext( &rTmp.GetPoint()->nNode ); in TextToTable() 906 rTmp.GetPoint()->nContent.Assign( pCNd, 0 ); in TextToTable()
|
H A D | ndcopy.cxx | 1625 const _ZSortFly &rTmp = aArr[k]; in CopyFlyInFlyImpl() local 1626 const SwFrmFmt *pTmp = rTmp.GetFmt(); in CopyFlyInFlyImpl()
|
/aoo42x/main/sw/inc/ |
H A D | node.hxx | 498 sal_Bool IsAnyCondition( SwCollCondition& rTmp ) const;
|