/trunk/main/sw/source/core/unocore/ |
H A D | unoportenum.cxx | 84 SwUnoCrsr* pUnoCrsr, 352 pUnoCrsr->Add(this); in SwXTextPortionEnumeration() 371 pUnoCrsr->Add(this); in SwXTextPortionEnumeration() 382 delete pUnoCrsr; in ~SwXTextPortionEnumeration() 449 if ( *pUnoCrsr->GetMark() == *pUnoCrsr->GetPoint() ) in lcl_ExportFieldMark() 852 if( *pUnoCrsr->GetMark() == *pUnoCrsr->GetPoint() ) in lcl_ExportHints() 868 if( *pUnoCrsr->GetMark() == *pUnoCrsr->GetPoint() ) in lcl_ExportHints() 899 if( *pUnoCrsr->GetMark() == *pUnoCrsr->GetPoint() ) in lcl_ExportHints() 914 if( *pUnoCrsr->GetMark() == *pUnoCrsr->GetPoint() ) in lcl_ExportHints() 1270 if (!pUnoCrsr) in lcl_CreatePortions() [all …]
|
H A D | unoport.cxx | 163 delete pUnoCrsr; in ~SwXTextPortion() 182 if (!pUnoCrsr) in getStart() 199 if (!pUnoCrsr) in getEnd() 216 if (!pUnoCrsr) in getString() 236 if (!pUnoCrsr) in setString() 270 if (!pUnoCrsr) in setPropertyValue() 286 if (!pUnoCrsr) in GetPropertyValue() 288 if(pUnoCrsr) in GetPropertyValue() 851 if(!pUnoCrsr) in getPropertyStates() 969 if(!pUnoCrsr) in createContentEnumeration() [all …]
|
H A D | unotbl.cxx | 1513 if(pUnoCrsr) in ~SwXTextTableCursor() 1524 if(pUnoCrsr) in getRangeName() 1563 if(pUnoCrsr) in gotoCellByName() 1578 if(pUnoCrsr) in goLeft() 1592 if(pUnoCrsr) in goRight() 1606 if(pUnoCrsr) in goUp() 1620 if(pUnoCrsr) in goDown() 1633 if(pUnoCrsr) in gotoStart() 1645 if(pUnoCrsr) in gotoEnd() 1658 if(pUnoCrsr) in mergeRange() [all …]
|
H A D | unoobj2.cxx | 608 if (pUnoCrsr && pOwnStartNode) in lcl_CursorIsInSection() 623 SwUnoCrsr *const pUnoCrsr = GetCursor(); in NextElement_Impl() local 624 if (!pUnoCrsr) in NextElement_Impl() 634 SwPosition* pStart = pUnoCrsr->Start(); in NextElement_Impl() 666 pUnoCrsr->SetRemainInSection( sal_False ); in NextElement_Impl() 674 if (!pUnoCrsr->Move(fnMoveForward, fnGoNode)) in NextElement_Impl() 687 (pUnoCrsr->MovePara(fnParaNext, fnParaStart) && in NextElement_Impl() 690 SwPosition* pStart = pUnoCrsr->Start(); in NextElement_Impl() 1130 if (pUnoCrsr && pDoc == rToFill.GetDoc()) in XTextRangeToSwPaM() 1132 DBG_ASSERT((SwPaM*)pUnoCrsr->GetNext() == pUnoCrsr, in XTextRangeToSwPaM() [all …]
|
H A D | unoredline.cxx | 272 SwUnoCrsr* pUnoCrsr = GetCursor(); in getPropertyValue() local 273 uno::Reference<text::XText> xRet = new SwXRedlineText(pUnoCrsr->GetDoc(), *pNodeIdx); in getPropertyValue() 293 SwUnoCrsr* pUnoCrsr = GetCursor(); in Validate() local 294 if(!pUnoCrsr) in Validate() 297 SwDoc* pDoc = pUnoCrsr->GetDoc(); in Validate() 652 SwUnoCrsr *const pUnoCrsr = pXCursor->GetCursor(); in createTextCursor() local 653 pUnoCrsr->Move(fnMoveForward, fnGoNode); in createTextCursor() 656 SwTableNode* pTblNode = pUnoCrsr->GetNode()->FindTableNode(); in createTextCursor() 660 pUnoCrsr->GetPoint()->nNode = *pTblNode->EndOfSectionNode(); in createTextCursor() 661 pCont = GetDoc()->GetNodes().GoNext(&pUnoCrsr->GetPoint()->nNode); in createTextCursor() [all …]
|
H A D | unocrsrhelper.cxx | 804 void InsertFile(SwUnoCrsr* pUnoCrsr, in InsertFile() argument 810 SwDoc* pDoc = pUnoCrsr->GetDoc(); in InsertFile() 917 Reader *pRead = pDocSh->StartConvertFrom( *pMed, &pRdr, 0, pUnoCrsr); in InsertFile() 923 if(pUnoCrsr->HasMark()) in InsertFile() 924 pDoc->DeleteAndJoin(*pUnoCrsr); in InsertFile() 926 SwNodeIndex aSave( pUnoCrsr->GetPoint()->nNode, -1 ); in InsertFile() 927 xub_StrLen nCntnt = pUnoCrsr->GetPoint()->nContent.GetIndex(); in InsertFile() 934 pUnoCrsr->SetMark(); in InsertFile() 935 pUnoCrsr->GetMark()->nNode = aSave; in InsertFile() 940 pUnoCrsr->GetMark()->nContent.Assign( pCntNode, nCntnt ); in InsertFile()
|
H A D | unochart.cxx | 469 pUnoCrsr->Move( fnMoveForward, fnGoNode ); in GetFormatAndCreateCursorFromRangeRep() 470 pUnoCrsr->SetRemainInSection( sal_False ); in GetFormatAndCreateCursorFromRangeRep() 477 pUnoCrsr->SetMark(); in GetFormatAndCreateCursorFromRangeRep() 478 pUnoCrsr->GetPoint()->nNode = *pBRBox->GetSttNd(); in GetFormatAndCreateCursorFromRangeRep() 479 pUnoCrsr->Move( fnMoveForward, fnGoNode ); in GetFormatAndCreateCursorFromRangeRep() 481 dynamic_cast<SwUnoTableCrsr*>(pUnoCrsr); in GetFormatAndCreateCursorFromRangeRep() 489 delete pUnoCrsr; in GetFormatAndCreateCursorFromRangeRep() 739 if (!pTblFmt || !pUnoCrsr) in Impl_createDataSource() 1463 &pTblFmt, &pUnoCrsr ); in Impl_createDataSequenceByRangeRepresentation() 1464 if (!pTblFmt || !pUnoCrsr) in Impl_createDataSequenceByRangeRepresentation() [all …]
|
H A D | unotext.cxx | 511 SwPaM *const pUnoCrsr = pCursor->GetPaM(); in insertControlCharacter() local 512 *pUnoCrsr->GetPoint() = *aCrsr.GetPoint(); in insertControlCharacter() 515 pUnoCrsr->SetMark(); in insertControlCharacter() 516 *pUnoCrsr->GetMark() = *aCrsr.GetMark(); in insertControlCharacter() 520 pUnoCrsr->DeleteMark(); in insertControlCharacter() 2862 SwUnoCrsr *const pUnoCrsr = pXCursor->GetCursor(); in createTextCursor() local 2863 pUnoCrsr->Move(fnMoveForward, fnGoNode); in createTextCursor() 2870 SwTableNode* pTblNode = pUnoCrsr->GetNode()->FindTableNode(); in createTextCursor() 2874 pUnoCrsr->GetPoint()->nNode = *pTblNode->EndOfSectionNode(); in createTextCursor() 2880 pUnoCrsr->GetPoint()->nContent.Assign(pCont, 0); in createTextCursor() [all …]
|
H A D | unoobj.cxx | 923 SwUnoCrsr *const pUnoCrsr = m_pImpl->GetCursor(); in DeleteAndInsert() local 924 if(pUnoCrsr) in DeleteAndInsert() 927 SwDoc* pDoc = pUnoCrsr->GetDoc(); in DeleteAndInsert() 931 SwCursor * pCurrent = pUnoCrsr; in DeleteAndInsert() 946 SwUnoCursorHelper::SelectPam(*pUnoCrsr, true); in DeleteAndInsert() 951 } while (pCurrent != pUnoCrsr); in DeleteAndInsert() 1135 SwUnoCrsr *const pUnoCrsr = m_pImpl->GetCursor(); in isCollapsed() local 1136 if(pUnoCrsr && pUnoCrsr->GetMark()) in isCollapsed() 1138 bRet = (*pUnoCrsr->GetPoint() == *pUnoCrsr->GetMark()); in isCollapsed()
|
H A D | unoftn.cxx | 519 SwUnoCrsr *const pUnoCrsr = pXCursor->GetCursor(); in createTextCursor() local 520 pUnoCrsr->Move(fnMoveForward, fnGoNode); in createTextCursor()
|
H A D | unoframe.cxx | 3235 SwUnoCrsr *const pUnoCrsr = pXCursor->GetCursor(); in createTextCursor() local 3236 (void) pUnoCrsr; in createTextCursor()
|
/trunk/main/sw/source/ui/uno/ |
H A D | unotxdoc.cxx | 780 pUnoCrsr->SetRemainInSection(sal_False); in CreateCursorForSearch() 781 return pUnoCrsr; in CreateCursorForSearch() 810 pUnoCrsr->SetRemainInSection(sal_False); in replaceAll() 899 *pUnoCrsr->GetPoint() = *pCrsr->End(); in FindAny() 900 pUnoCrsr->DeleteMark(); in FindAny() 912 pRange->GetPositions(*pUnoCrsr); in FindAny() 913 if(pUnoCrsr->HasMark()) in FindAny() 915 if(*pUnoCrsr->GetPoint() < *pUnoCrsr->GetMark()) in FindAny() 916 pUnoCrsr->Exchange(); in FindAny() 917 pUnoCrsr->DeleteMark(); in FindAny() [all …]
|
H A D | unotxvw.cxx | 321 const SwUnoCrsr* pUnoCrsr = pPosN->GetCursor(); in select() local 322 if(pUnoCrsr) in select() 324 pPam = lcl_createPamCopy(*pUnoCrsr); in select() 401 const SwUnoCrsr* pUnoCrsr = pRange->GetTblCrsr(); in select() local 402 if(pUnoCrsr) in select() 406 rSh.SetSelection(*pUnoCrsr); in select()
|
/trunk/main/sw/inc/ |
H A D | unocrsrhelper.hxx | 105 void InsertFile(SwUnoCrsr* pUnoCrsr,
|
H A D | unoport.hxx | 151 const SfxItemPropertySimpleEntry& rEntry, SwUnoCrsr *pUnoCrsr, SfxItemSet *&pSet );
|