Home
last modified time | relevance | path

Searched refs:rPaM (Results 1 – 25 of 69) sorted by last modified time

123

/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx5007 sal_uLong SwWW8ImplReader::LoadThroughDecryption(SwPaM& rPaM ,WW8Glossary *pGloss) in LoadThroughDecryption() argument
5164 nErrRet = CoreLoad(pGloss, *rPaM.GetPoint()); in LoadThroughDecryption()
5357 sal_uLong SwWW8ImplReader::LoadDoc( SwPaM& rPaM,WW8Glossary *pGloss) in LoadDoc() argument
5431 nErrRet = LoadThroughDecryption(rPaM ,pGloss); in LoadDoc()
H A Dww8par.hxx362 Position(const SwPaM &rPaM);
911 WW8PostProcessAttrsInfo(WW8_CP nCpStart, WW8_CP nCpEnd, SwPaM & rPaM);
1393 sal_uLong LoadThroughDecryption(SwPaM& rPaM ,WW8Glossary *pGloss);
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx586 ImpCharsRemoved( rPaM.GetPara(), rPaM.GetIndex(), nChars ); in ImpRemoveChars()
927 InsertUndo( new TextUndoSplitPara( this, rPaM.GetPara(), rPaM.GetIndex() ) ); in ImpInsertParaBreak()
1030 long nX = ImpGetXPos( rPaM.GetPara(), pLine, rPaM.GetIndex(), bPreferPortionStart ); in GetEditCursor()
2889 rPaM.GetPara() = nMaxPara; in ValidatePaM()
2890 rPaM.GetIndex() = 0xFFFF; in ValidatePaM()
2924 rPaM.GetPara()++; in ImpParagraphInserted()
2946 rPaM.GetPara()--; in ImpParagraphRemoved()
2949 rPaM.GetIndex() = 0; in ImpParagraphRemoved()
2951 rPaM.GetPara()--; in ImpParagraphRemoved()
2976 rPaM.GetIndex() = rPaM.GetIndex() - nChars; in ImpCharsRemoved()
[all …]
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx1032 EditPaM aPaM( rPaM ); in CursorVisualStartEnd()
1090 EditPaM aPaM( rPaM ); in CursorVisualLeftRight()
1351 EditPaM aNewPaM( rPaM ); in CursorUp()
1395 EditPaM aNewPaM( rPaM ); in CursorDown()
1431 EditPaM aNewPaM( rPaM ); in CursorStartOfLine()
1444 EditPaM aNewPaM( rPaM ); in CursorEndOfLine()
1475 EditPaM aPaM( rPaM.GetNode(), rPaM.GetNode()->Len() ); in CursorEndOfParagraph()
1533 EditPaM aNewPaM( rPaM ); in WordLeft()
1671 …long nStart = rPaM.GetIndex() ? _xBI->beginOfSentence( sParagraph, rPaM.GetIndex(), GetLocale( rPa… in SelectSentence()
2148 XubString aStr( rPaM.GetNode()->Copy( rPaM.GetIndex(), nChars ) ); in ImpRemoveChars()
[all …]
H A Dimpedit.hxx336 sal_Bool IsInSelection( const EditPaM& rPaM );
597 EditPaM PageUp( const EditPaM& rPaM, EditView* pView);
598 EditPaM PageDown( const EditPaM& rPaM, EditView* pView);
603 EditPaM CursorStartOfLine( const EditPaM& rPaM );
604 EditPaM CursorEndOfLine( const EditPaM& rPaM );
605 EditPaM CursorStartOfParagraph( const EditPaM& rPaM );
606 EditPaM CursorEndOfParagraph( const EditPaM& rPaM );
622 sal_Bool IsScriptChange( const EditPaM& rPaM ) const;
866 inline EPaM CreateEPaM( const EditPaM& rPaM );
1038 ContentNode* pNode = rPaM.GetNode(); in CreateEPaM()
[all …]
H A Dimpedit4.cxx1430 LanguageType ImpEditEngine::GetLanguage( const EditPaM& rPaM, sal_uInt16* pEndPos ) const in GetLanguage() argument
1432 …short nScriptType = GetScriptType( rPaM, pEndPos ); // pEndPos will be valid now, pointing to Scri… in GetLanguage()
1434 …const SvxLanguageItem* pLangItem = &(const SvxLanguageItem&)rPaM.GetNode()->GetContentAttribs().Ge… in GetLanguage()
1435 EditCharAttrib* pAttr = rPaM.GetNode()->GetCharAttribs().FindAttrib( nLangId, rPaM.GetIndex() ); in GetLanguage()
1445 ::com::sun::star::lang::Locale ImpEditEngine::GetLocale( const EditPaM& rPaM ) const in GetLocale()
1447 return SvxCreateLocale( GetLanguage( rPaM ) ); in GetLocale()
H A Deehtml.cxx84 SvParserState EditHTMLParser::CallParser( ImpEditEngine* pImpEE, const EditPaM& rPaM ) in CallParser() argument
92 aCurSel = EditSelection( rPaM, rPaM ); in CallParser()
H A Dimpedit.cxx1119 sal_Bool ImpEditView::IsWrongSpelledWord( const EditPaM& rPaM, sal_Bool bMarkIfWrong ) in IsWrongSpelledWord() argument
1123 if ( rPaM.GetNode()->GetWrongList() ) in IsWrongSpelledWord()
1125 …EditSelection aSel = pEditEngine->pImpEditEngine->SelectWord( rPaM, ::com::sun::star::i18n::WordTy… in IsWrongSpelledWord()
1126 …bIsWrong = rPaM.GetNode()->GetWrongList()->HasWrong( aSel.Min().GetIndex(), aSel.Max().GetIndex() … in IsWrongSpelledWord()
1373 sal_Bool ImpEditView::IsInSelection( const EditPaM& rPaM ) in IsInSelection() argument
1383 sal_uInt32 nCurNode = pEditEngine->pImpEditEngine->GetEditDoc().GetPos( rPaM.GetNode() ); in IsInSelection()
1391 … if ( ( rPaM.GetIndex() >= aSel.Min().GetIndex() ) && ( rPaM.GetIndex() < aSel.Max().GetIndex() ) ) in IsInSelection()
1394 else if ( ( nCurNode == nStartNode ) && ( rPaM.GetIndex() >= aSel.Min().GetIndex() ) ) in IsInSelection()
1396 else if ( ( nCurNode == nEndNode ) && ( rPaM.GetIndex() < aSel.Max().GetIndex() ) ) in IsInSelection()
H A Deditdoc.cxx622 EditSelection& EditSelection::operator = ( const EditPaM& rPaM ) in operator =() argument
624 aStartPaM = rPaM; in operator =()
625 aEndPaM = rPaM; in operator =()
687 EditPaM& EditPaM::operator = ( const EditPaM& rPaM ) in operator =() argument
689 nIndex = rPaM.nIndex; in operator =()
690 pNode = rPaM.pNode; in operator =()
1514 void EditDoc::InsertText( const EditPaM& rPaM, xub_Unicode c ) in InsertText() argument
1520 rPaM.GetNode()->Insert( c, rPaM.GetIndex() ); in InsertText()
1521 rPaM.GetNode()->ExpandAttribs( rPaM.GetIndex(), 1, GetItemPool() ); in InsertText()
H A Deditdoc.hxx319 EditPaM& operator = ( const EditPaM& rPaM );
735 void InsertText( const EditPaM& rPaM, xub_Unicode c );
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.hxx92 BookmarkPosition(const SwPaM &rPaM);
/trunk/main/sw/source/core/crsr/
H A Dannotationmark.cxx42 const SwPaM& rPaM, in AnnotationMark() argument
44 : MarkBase( rPaM, rName ) in AnnotationMark()
/trunk/main/sw/source/core/inc/
H A Dannotationmark.hxx37 const SwPaM& rPaM,
/trunk/main/sw/inc/
H A Dndtxt.hxx170 SW_DLLPRIVATE void SetLanguageAndFont( const SwPaM &rPaM,
/trunk/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx750 void GetCurPageStyle(SwPaM& rPaM, String &rString) in GetCurPageStyle() argument
752 …const SwPageFrm* pPage = rPaM.GetCntntNode()->getLayoutFrm(rPaM.GetDoc()->GetCurrentLayout())->Fin… in GetCurPageStyle()
1024 void makeRedline( SwPaM& rPaM, in makeRedline() argument
1029 IDocumentRedlineAccess* pRedlineAccess = rPaM.GetDoc(); in makeRedline()
1067 SwRedline* pRedline = new SwRedline( aRedlineData, rPaM ); in makeRedline()
H A Dunotext.cxx118 bool CheckForOwnMember(const SwPaM & rPaM)
1047 const SwPaM & rPaM) in CheckForOwnMember() argument
1072 SwNode const*const pSrcNode(rPaM.GetNode()); in CheckForOwnMember()
H A Dunoparagraph.cxx286 bool SwXParagraph::SelectPaM(SwPaM & rPaM) in SelectPaM() argument
295 *rPaM.GetPoint() = SwPosition( *pTxtNode ); in SelectPaM()
297 rPaM.SetMark(); in SelectPaM()
298 rPaM.GetMark()->nContent = pTxtNode->GetTxt().Len(); in SelectPaM()
H A Dunoobj.cxx162 const SwPaM* pTmp = &rPaM; in operator =()
163 *GetPoint() = *rPaM.GetPoint(); in operator =()
164 if(rPaM.HasMark()) in operator =()
167 *GetMark() = *rPaM.GetMark(); in operator =()
350 SwPaM *pTmpCrsr = &rPaM; in SetTxtFmtColl()
354 } while ( pTmpCrsr != &rPaM ); in SetTxtFmtColl()
697 SwPaM *pTmpCrsr = &rPaM; in GetCurTxtFmtColl()
730 } while ( pTmpCrsr != &rPaM ); in GetCurTxtFmtColl()
2227 SwPosition aStart = *rPaM.Start(); in lcl_SelectParaAndReset()
2228 SwPosition aEnd = *rPaM.End(); in lcl_SelectParaAndReset()
[all …]
/trunk/main/sw/source/filter/xml/
H A Dwrtxml.cxx511 sal_uLong SwXMLWriter::Write( SwPaM& rPaM, SfxMedium& rMed, in Write() argument
515 ? ((StgWriter *)this)->Write( rPaM, rMed.GetOutputStorage(), pFileName, &rMed ) in Write()
516 : ((Writer *)this)->Write( rPaM, *rMed.GetOutStream(), pFileName ); in Write()
H A Dswxml.cxx513 sal_uLong XMLReader::Read( SwDoc &rDoc, const String& rBaseURL, SwPaM &rPaM, const String & rName ) in Read() argument
764 SwXTextRange::CreateXTextRange(rDoc, *rPaM.GetPoint(), 0); in Read()
772 rPaM.GetBound(true).nContent.Assign(0, 0); in Read()
773 rPaM.GetBound(false).nContent.Assign(0, 0); in Read()
987 lcl_EnsureValidPam( rPaM ); in Read()
H A Dxmlexp.cxx81 void SwXMLExport::SetCurPaM( SwPaM& rPaM, sal_Bool bWhole, sal_Bool bTabOnly ) in SetCurPaM() argument
85 pCurPaM = new SwPaM( *rPaM.End(), *rPaM.Start() ); in SetCurPaM()
89 *pCurPaM->GetPoint() = *rPaM.Start(); in SetCurPaM()
90 *pCurPaM->GetMark() = *rPaM.End(); in SetCurPaM()
124 pOrigPaM( &rPaM ), in SwXMLExport()
146 SwPaM& rPaM, in SwXMLExport() argument
153 SW_MOD()->GetMetric( rPaM.GetDoc()->get(IDocumentSettingAccess::HTML_MODE) ) ), in SwXMLExport()
155 pOrigPaM( &rPaM ), in SwXMLExport()
H A Dxmlexp.hxx113 void SetCurPaM( SwPaM& rPaM, sal_Bool bWhole, sal_Bool bTabOnly );
143 SwPaM& rPaM,
H A Dxmlimp.cxx469 const SwPaM& rPaM, in SwXMLImport() argument
492 SwXTextRange::CreateTextRangeFromPosition( &rDoc, *rPaM.GetPoint(), 0 ); in SwXMLImport()
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx993 void SwTxtNode::SetLanguageAndFont( const SwPaM &rPaM, in SetLanguageAndFont() argument
1020 GetDoc()->InsertItemSet( rPaM, aSet, 0 ); in SetLanguageAndFont()
/trunk/main/sw/source/core/access/
H A Dacccontext.hxx416 inline sal_Bool Select( SwPaM& rPaM ) in Select() argument
418 return Select( &rPaM, 0, sal_False ); in Select()

Completed in 180 milliseconds

123