/aoo41x/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 680 if (!m_Text.Len()) in GetCurWord() 681 return m_Text; in GetCurWord() 871 lcl_MaskRedlinesAndHiddenText( *this, m_Text, 0, m_Text.Len() ) > 0; in Spell() 879 ? m_Text.Len() in Spell() 904 nEnd = m_Text.Len(); in Spell() 980 m_Text = aOldTxt; in Spell() 1042 ? m_Text.Len() in Convert() 1050 lcl_MaskRedlinesAndHiddenText( *this, m_Text, 0, m_Text.Len() ) > 0; in Convert() 1056 if (!m_Text.Len()) in Convert() 1142 m_Text = aOldTxt; in Convert() [all …]
|
H A D | ndtxt.cxx | 287 return m_Text.Len(); in Len() 375 const xub_StrLen nTxtLen = m_Text.Len(); in SplitCntntNode() 653 xub_StrLen nOldLen = m_Text.Len(); in JoinNext() 1648 nLen = pDest->m_Text.Len() - oldLen; in CopyText() 1857 m_Text.Insert( rStr, aPos ); in InsertText() 1858 nLen = m_Text.Len() - aPos - nLen; in InsertText() 2012 m_Text.Insert( m_Text, nTxtStartIdx, nLen, nDestStart ); in CutImpl() 2137 pDest->m_Text.Insert( m_Text, nTxtStartIdx, nLen, nDestStart ); in CutImpl() 2347 m_Text.Erase( nStartIdx, nCnt ); in EraseText() 2456 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() 1776 ( nFndPos = m_Text.Search( CHAR_SOFTHYPHEN, nFndPos )) && in DelSoftHyph() 1873 if ( !nStt && (nEnd == m_Text.Len()) && in SetAttr() 2457 lcl_CollectHintSpans(*m_pSwpHints, m_Text.Len(), aAttrSpanMap); in impl_FmtToTxtAttr() [all …]
|
/aoo41x/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 …]
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/main/sw/inc/ |
H A D | ndtxt.hxx | 97 XubString m_Text; member in SwTxtNode 228 const String& GetTxt() const { return m_Text; } in GetTxt()
|
/aoo41x/main/sw/source/core/undo/ |
H A D | unattr.cxx | 1122 , m_Text( rTxt ) in SwUndoChangeFootNote() 1148 rDoc.SetCurFtn(rPaM, m_Text, m_nNumber, m_bEndNote); in RedoImpl() 1155 rDoc.SetCurFtn( rContext.GetRepeatPaM(), m_Text, m_nNumber, m_bEndNote ); in RepeatImpl()
|
/aoo41x/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()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | UndoAttribute.hxx | 241 const String m_Text; member in SwUndoChangeFootNote
|