/aoo42x/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 686 if (!m_Text.Len()) in GetCurWord() 687 return m_Text; in GetCurWord() 877 lcl_MaskRedlinesAndHiddenText( *this, m_Text, 0, m_Text.Len() ) > 0; in Spell() 885 ? m_Text.Len() in Spell() 910 nEnd = m_Text.Len(); in Spell() 986 m_Text = aOldTxt; in Spell() 1048 ? m_Text.Len() in Convert() 1056 lcl_MaskRedlinesAndHiddenText( *this, m_Text, 0, m_Text.Len() ) > 0; in Convert() 1062 if (!m_Text.Len()) in Convert() 1148 m_Text = aOldTxt; in Convert() [all …]
|
H A D | ndtxt.cxx | 215 m_Text(), in SwTxtNode() 292 return m_Text.Len(); in Len() 658 xub_StrLen nOldLen = m_Text.Len(); in JoinNext() 1657 nLen = pDest->m_Text.Len() - oldLen; in CopyText() 1866 m_Text.Insert( rStr, aPos ); in InsertText() 1867 nLen = m_Text.Len() - aPos - nLen; in InsertText() 2021 m_Text.Insert( m_Text, nTxtStartIdx, nLen, nDestStart ); in CutImpl() 2146 pDest->m_Text.Insert( m_Text, nTxtStartIdx, nLen, nDestStart ); in CutImpl() 2356 m_Text.Erase( nStartIdx, nCnt ); in EraseText() 2465 sal_uInt16 nMin = m_Text.Len(); in GCAttr() [all …]
|
H A D | thints.cxx | 1354 m_Text.GetChar(*pAttr->GetStart())), in InsertHint() 1356 m_Text.Erase( *pAttr->GetStart(), 1 ); in InsertHint() 1388 m_Text.GetChar(*pAttr->GetStart() ) || in InsertHint() 1390 m_Text.GetChar(*pAttr->GetStart())), in InsertHint() 1392 m_Text.Erase( *pAttr->GetStart(), 1 ); in InsertHint() 1612 ASSERT( ( CH_TXTATR_BREAKWORD == m_Text.GetChar(nStart) || in InsertHint() 1613 CH_TXTATR_INWORD == m_Text.GetChar(nStart) ), in InsertHint() 1783 ( nFndPos = m_Text.Search( CHAR_SOFTHYPHEN, nFndPos )) && in DelSoftHyph() 1880 if ( !nStt && (nEnd == m_Text.Len()) && in SetAttr() 2464 lcl_CollectHintSpans(*m_pSwpHints, m_Text.Len(), aAttrSpanMap); in impl_FmtToTxtAttr() [all …]
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unorefmk.cxx | 740 SwXMetaText m_Text; member in SwXMeta::Impl 753 , m_Text(rDoc, rThis) in Impl() 782 m_Text.Invalidate(); in Modify() 1030 m_pImpl->m_Text.Invalidate(); in dispose() 1194 return m_pImpl->m_Text.getStart(); in getStart() 1201 return m_pImpl->m_Text.getEnd(); in getEnd() 1208 return m_pImpl->m_Text.getString(); in getString() 1215 return m_pImpl->m_Text.setString(rString); in setString() 1223 return m_pImpl->m_Text.createTextCursor(); in createTextCursor() 1232 return m_pImpl->m_Text.createTextCursorByRange(xTextPosition); in createTextCursorByRange() [all …]
|
/aoo42x/main/unoxml/qa/complex/unoxml/ |
H A D | RDFRepositoryTest.java | 841 String m_Text; field in RDFRepositoryTest.TestRange 842 TestRange(String i_Str) { m_Text = i_Str; } in TestRange() 864 public String getString() { return m_Text; } in getString() 865 public void setString(String i_Str) { m_Text = i_Str; } in setString()
|
/aoo42x/main/sw/source/core/text/ |
H A D | itratr.cxx | 648 xub_StrLen nLen = m_Text.Len(); in GetMinMaxSize() 662 CH_TAB != ( cChar = m_Text.GetChar( nStop ) ) && in GetMinMaxSize() 671 if ( lcl_MinMaxString( aArg, aIter.GetFnt(), m_Text, nIdx, nStop ) ) in GetMinMaxSize() 915 cChar = m_Text.GetChar( nStop ); in GetScalingOfSelectedText()
|
/aoo42x/main/sfx2/qa/complex/sfx2/ |
H A D | DocumentMetadataAccess.java | 1244 String m_Text; field in DocumentMetadataAccess.TestRange 1245 TestRange(String i_Str) { m_Text = i_Str; } in TestRange() 1277 public String getString() { return m_Text; } in getString() 1278 public void setString(String i_Str) { m_Text = i_Str; } in setString()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | unattr.cxx | 1116 , m_Text( rTxt ) in SwUndoChangeFootNote() 1142 rDoc.SetCurFtn(rPaM, m_Text, m_nNumber, m_bEndNote); in RedoImpl() 1149 rDoc.SetCurFtn( rContext.GetRepeatPaM(), m_Text, m_nNumber, m_bEndNote ); in RepeatImpl()
|
/aoo42x/main/sw/inc/ |
H A D | ndtxt.hxx | 98 XubString m_Text; member in SwTxtNode 232 const String& GetTxt() const { return m_Text; } in GetTxt()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | UndoAttribute.hxx | 241 const String m_Text; member in SwUndoChangeFootNote
|