/aoo4110/main/sw/source/core/text/ |
H A D | txtio.cxx | 522 rOs << pTxt; in operator <<() 531 rOs << pTxt; in operator <<() 542 rOs << pTxt; in operator <<() 551 rOs << pTxt; in operator <<() 560 rOs << pTxt; in operator <<() 569 rOs << pTxt; in operator <<() 578 rOs << pTxt; in operator <<() 587 rOs << pTxt; in operator <<() 604 rOs << pTxt; in operator <<() 615 rOs << pTxt; in operator <<() [all …]
|
H A D | inftxt.hxx | 199 const XubString *pTxt; member in SwTxtSizeInfo 290 inline const XubString &GetTxt() const { return *pTxt; } in GetTxt() 292 { return pTxt->GetChar( nPos ); } in GetChar() 327 inline void SetTxt( const XubString &rNew ){ pTxt = &rNew; } in SetTxt() 831 return GetTxtSize( pOut, pSI, *pTxt, nNewIdx, nNewLen, nCompress ); in GetTxtSize() 860 ((SwTxtPaintInfo*)this)->_DrawText( *pTxt, rPor, nIdx, nLength, bKern ); in DrawText() 870 …((SwTxtPaintInfo*)this)->_DrawText( *pTxt, rPor, nIdx, nLength, bKern, bWrong, bSmartTags, bGramma… in DrawMarkedText()
|
H A D | inftxt.cxx | 258 pTxt(&rNew.GetTxt()), in SwTxtSizeInfo() 360 pTxt = &pNd->GetTxt(); in CtorInitTxtSizeInfo() 383 pTxt(&rTxt), in SwTxtSizeInfo() 472 SwDrawTextInfo aDrawInf( pVsh, *pOut, &rSI, *pTxt, nIdx, nLen ); in GetTxtSize() 488 SwDrawTextInfo aDrawInf( pVsh, *pOut, pSI, *pTxt, nIndex, nLength ); in GetTxtSize() 511 *pTxt, GetIdx(), nMaxLen ); in GetTxtBreak() 535 *pTxt, GetIdx(), nMaxLen ); in GetTxtBreak()
|
H A D | porlay.cxx | 754 sal_uInt8 SwScriptInfo::WhichFont( xub_StrLen nIdx, const String* pTxt, const SwScriptInfo* pSI ) in WhichFont() argument 756 ASSERT( pTxt || pSI,"How should I determine the script type?" ); in WhichFont() 764 nScript = pBreakIt->GetRealScriptOfText( *pTxt, nIdx ); in WhichFont()
|
/aoo4110/main/sw/source/core/edit/ |
H A D | autofmt.cxx | 1456 const sal_Unicode* pTxt = pAktTxtNd->GetTxt().GetBuffer(), *pSav = pTxt; in BuildEnum() local 1457 while( IsSpace( *pTxt ) ) in BuildEnum() 1458 ++pTxt; in BuildEnum() 1905 if( nPos >= pTxt->Len() ) in AutoCorrect() 1929 while( nPos < pTxt->Len() && IsSpace( cChar = pTxt->GetChar( nPos ) )) in AutoCorrect() 1931 if( nPos == pTxt->Len() ) in AutoCorrect() 1964 pTxt = &pAktTxtNd->GetTxt(); in AutoCorrect() 2108 if( ++nPos == pTxt->Len() ) in AutoCorrect() 2129 pTxt = &pAktTxtNd->GetTxt(); in AutoCorrect() 2154 ( nPos == pTxt->Len() || IsSpace( pTxt->GetChar( nPos )) ) && in AutoCorrect() [all …]
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docruby.cxx | 199 const String* pTxt = &pTNd->GetTxt(); in _SelectNextRubyChars() local 200 xub_StrLen nStart = pPos->nContent.GetIndex(), nEnd = pTxt->Len(); in _SelectNextRubyChars() 245 *pTxt, nStart, in _SelectNextRubyChars() 275 sal_Int32 nChType = rCC.getType( *pTxt, nStart ); in _SelectNextRubyChars() 337 *pTxt, nStart, in _SelectNextRubyChars() 350 rEntry.SetText( pTxt->Copy( nStart, in _SelectNextRubyChars()
|
H A D | docredln.cxx | 2593 void SwDoc::SetAutoFmtRedlineComment( const String* pTxt, sal_uInt16 nSeqNo ) in SetAutoFmtRedlineComment() argument 2595 mbIsAutoFmtRedline = 0 != pTxt; in SetAutoFmtRedlineComment() 2596 if( pTxt ) in SetAutoFmtRedlineComment() 2599 pAutoFmtRedlnComment = new String( *pTxt ); in SetAutoFmtRedlineComment() 2601 *pAutoFmtRedlnComment = *pTxt; in SetAutoFmtRedlineComment()
|
/aoo4110/main/sw/source/core/undo/ |
H A D | unins.cxx | 111 : SwUndo(UNDO_TYPING), pPos( 0 ), pTxt( 0 ), pRedlData( 0 ), in SwUndoInsert() 121 : SwUndo(UNDO_SPLITNODE), pPos( 0 ), pTxt( 0 ), in SwUndoInsert() 210 else if( pTxt ) // der eingefuegte Text in ~SwUndoInsert() 211 delete pTxt; in ~SwUndoInsert() 257 pTxt = new String( pTxtNode->GetTxt().Copy(nCntnt-nLen, nLen) ); in UndoImpl() 271 if( !pTxt ) in UndoImpl() 331 if( pTxt ) in RedoImpl() 335 pTxtNode->InsertText( *pTxt, pPam->GetMark()->nContent, in RedoImpl() 337 DELETEZ( pTxt ); in RedoImpl() 449 if (pTxt) in GetRewriter() [all …]
|
H A D | untbl.cxx | 2562 if( pTxt ) in UndoImpl() 2582 if( pTxt ) in UndoImpl() 2605 if( pTxt ) in UndoImpl() 2822 SwTxtNode* pTxt; in PrepareRedline() local 2829 if( pTxt ) in PrepareRedline() 2831 aInsertEnd.nContent.Assign( pTxt, pTxt->GetTxt().Len() ); in PrepareRedline() 2835 pTxt->JoinNext(); in PrepareRedline() 2847 if( pTxt ) in PrepareRedline() 2852 if( pTxt ) in PrepareRedline() 2853 aCellEnd.nContent.Assign( pTxt, pTxt->GetTxt().Len() ); in PrepareRedline() [all …]
|
/aoo4110/main/svx/source/dialog/ |
H A D | docrecovery.cxx | 910 const String* pTxt = 0; in Paint() local 923 pTxt = &pList->m_aSuccessRecovStr; in Paint() 932 pTxt = &pList->m_aOrigDocRecovStr; in Paint() 941 pTxt = &pList->m_aRecovFailedStr; in Paint() 948 pTxt = &pList->m_aRecovInProgrStr; in Paint() 955 pTxt = &pList->m_aNotRecovYetStr; in Paint() 963 if (pTxt) in Paint() 965 ::rtl::OUString sT1(*pTxt); in Paint() 970 aDevice.DrawText(aPnt, *pTxt); in Paint()
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 957 const sal_Unicode* pTxt = pTxtNd->GetTxt().GetBuffer(); in TextToTable() local 958 for( xub_StrLen nChPos = 0; *pTxt; ++nChPos, ++pTxt ) in TextToTable() 960 if( *pTxt == cCh ) in TextToTable() 1018 const sal_Unicode* pTxt = pTxtNd->GetTxt().GetBuffer(); in TextToTable() local 1021 for( xub_StrLen nChPos = 0; *pTxt; ++nChPos, ++pTxt ) in TextToTable() 1022 if( *pTxt == cCh ) in TextToTable() 1033 pTxt = pTxtNd->GetTxt().GetBuffer(); in TextToTable() 1035 --nChPos, --pTxt; // for the ++ in the for loop !!! in TextToTable()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8scan.cxx | 3745 , pTxt(0) in WW8PLCFx_SubDoc() 3750 pTxt = new WW8PLCF( pSt, nFcTxt, nLenTxt, 0, nStartCp ); in WW8PLCFx_SubDoc() 3757 delete pTxt; in ~WW8PLCFx_SubDoc() 3763 && ( pTxt == 0 || pTxt->IsValid() ); in HasValidPLCF() 3770 return ( pRef->GetIdx() << 16 | pTxt->GetIdx() ); in GetIdx() 3780 pTxt->SetIdx( nIdx & 0xFFFF ); in SetIdx() 3816 if (!pTxt) in GetSprms() 3819 pTxt->SetIdx(nNr); in GetSprms() 3821 if (!pTxt->Get(p->nCp2OrIdx, p->nSprmsLen, pData)) in GetSprms() 3833 if( pRef && pTxt ) in operator ++() [all …]
|
H A D | ww8par2.cxx | 366 SwTxtNode* pTxt = pPaM->GetNode()->GetTxtNode(); in End_Ftn() local 372 if (pTxt && nPos) in End_Ftn() 374 sChar.Append(pTxt->GetTxt().GetChar(--nPos)); in End_Ftn() 380 pFN = pTxt->InsertItem(aFtn, nPos, nPos); in End_Ftn() 685 const sal_uInt8* pTxt, bool bOutline) in SetAnlvStrings() argument 696 sTxt = String( (sal_Char*)pTxt, SVBT8ToByte( rAV.cbTextBefore ) in SetAnlvStrings() 702 i < SVBT8ToByte(rAV.cbTextAfter); ++i, pTxt += 2) in SetAnlvStrings() 704 sTxt.Append(SVBT16ToShort(*(SVBT16*)pTxt)); in SetAnlvStrings()
|
H A D | ww8par.cxx | 1474 SwTxtNode* pTxt = rBkMrkPos.nNode.GetNode().GetTxtNode(); in SetAttrInDoc() local 1475 if( pTxt && rBkMrkPos.nContent.GetIndex() ) in SetAttrInDoc() 1477 SwTxtAttr* const pFtn = pTxt->GetTxtAttrForCharAt( in SetAttrInDoc() 2275 SwTxtNode* pTxt = pPaM->GetNode()->GetTxtNode(); in AppendTxtNode() local 2279 if (pTxt != NULL) in AppendTxtNode() 2280 pRule = sw::util::GetNumRuleFromTxtNode(*pTxt); in AppendTxtNode()
|
H A D | ww8scan.hxx | 665 WW8PLCF* pTxt; member in WW8PLCFx_SubDoc
|
H A D | ww8par.hxx | 1418 void SetAnlvStrings(SwNumFmt &rNum, WW8_ANLV &rAV, const sal_uInt8* pTxt,
|
/aoo4110/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.cxx | 3376 : WW8PLCFx(nVersion, false), pRef(0), pTxt(0) in WW8PLCFx_SubDoc() 3381 pTxt = new WW8PLCF( pSt, nFcTxt, nLenTxt, 0, nStartCp ); in WW8PLCFx_SubDoc() 3388 delete pTxt; in ~WW8PLCFx_SubDoc() 3395 return ( pRef->GetIdx() << 16 | pTxt->GetIdx() ); in GetIdx() 3405 pTxt->SetIdx( nIdx & 0xFFFF ); in SetIdx() 3440 pTxt->SetIdx( nNr ); in GetNoSprms() 3442 if(!pTxt->Get( nSt, rLen, pData )) in GetNoSprms() 3455 if( pRef && pTxt ) in operator ++() 3458 (*pTxt)++; in operator ++()
|
H A D | ww8scan.hxx | 524 WW8PLCF* pTxt; member in WW8PLCFx_SubDoc
|
/aoo4110/main/sw/source/core/inc/ |
H A D | UndoInsert.hxx | 44 String *pTxt, *pUndoTxt; member in SwUndoInsert
|
H A D | scriptinfo.hxx | 347 static sal_uInt8 WhichFont( xub_StrLen nIdx, const String* pTxt, const SwScriptInfo* pSI );
|
/aoo4110/main/sw/source/core/layout/ |
H A D | tabfrm.cxx | 4856 const SwFrm* pTxt = pCell->Lower(); in ShouldRowKeepWithNext() local 4858 if ( pTxt && pTxt->IsTxtFrm() ) in ShouldRowKeepWithNext() 4860 … bRet = static_cast<const SwTxtFrm*>(pTxt)->GetTxtNode()->GetSwAttrSet().GetKeep().GetValue(); in ShouldRowKeepWithNext()
|
/aoo4110/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 2063 SwTxtNode* pTxt = pPaM->GetNode()->GetTxtNode(); in BeginFootnote() local 2064 SwTxtAttr *const pFN = pTxt->GetTxtAttrForCharAt( in BeginFootnote()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unoobj.cxx | 2815 const OUString *pTxt = aSeq.getConstArray(); in CreateSortDescriptor() local 2816 (void)pTxt; in CreateSortDescriptor()
|
/aoo4110/main/sw/inc/ |
H A D | doc.hxx | 1940 void SetAutoFmtRedlineComment( const String* pTxt, sal_uInt16 nSeqNo = 0 );
|