Home
last modified time | relevance | path

Searched refs:nTextLen (Results 1 – 25 of 37) sorted by path

12

/aoo41x/main/automation/source/server/
H A Deditwin.cxx92 , nTextLen(0) in EditWindow()
108 nTextLen = aMemPreWinText.Len(); in Check()
122 nTextLen = 0; in Clear()
141 if ( nTextLen > 5000 ) in AddText()
144 nTextLen = pImpWorkWindow->m_aInhalt.GetText().Len(); // Absolut, um Fehler sonstwo auszub�geln in AddText()
150 nTextLen = nTextLen + aText.Len(); in AddText()
H A Deditwin.hxx51 xub_StrLen nTextLen; // aus Performanzgr�nden eigene L�nge mitf�hren member in EditWindow
/aoo41x/main/basctl/source/basicide/
H A Dbaside2b.cxx1237 long nTextLen = GetTextWidth( aWatchStr ) + DWBORDER; in WatchWindow() local
1238 aXEdit.SetPosPixel( Point( nTextLen, 3 ) ); in WatchWindow()
1247 aRemoveWatchButton.SetPosPixel( Point( nTextLen + aXEdit.GetSizePixel().Width() + 4, 2 ) ); in WatchWindow()
/aoo41x/main/cui/source/dialogs/
H A DSpellDialog.cxx1673 sal_uInt16 nTextLen = pTextEngine->GetTextLen(0); in MarkNextError() local
1674 if(m_nErrorEnd >= nTextLen - 1) in MarkNextError()
1691 while(aCursor.GetIndex() < nTextLen) in MarkNextError()
1693 while(aCursor.GetIndex() < nTextLen && in MarkNextError()
1724 if(aCursor.GetIndex() < nTextLen) in MarkNextError()
1742 m_nErrorStart = m_nErrorEnd = nTextLen; in MarkNextError()
1798 sal_uInt16 nTextLen = pTextEngine->GetTextLen( 0 ); in ChangeMarkedWord() local
1800 nTextLen) in ChangeMarkedWord()
1954 if(nTextLen) in CreateSpellPortions()
1962 while(aCursor.GetIndex() < nTextLen) in CreateSpellPortions()
[all …]
/aoo41x/main/editeng/inc/editeng/
H A Dediteng.hxx438 …const Point& rStartPos, const String& rText, sal_uInt16 nTextStart, sal_uInt16 nTextLen, const sal…
H A Doutliner.hxx922 const Point& rStartPos, const String& rText, sal_uInt16 nTextStart, sal_uInt16 nTextLen,
/aoo41x/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx240 const sal_Int32 nTextLen = rCacheTF.GetTextLen( static_cast< sal_uInt16 >( nParaIndex ) ); in implGetLineBoundary() local
248 if( nIndex == nTextLen ) in implGetLineBoundary()
254 … rBoundary.startPos = nTextLen - rCacheTF.GetLineLen( static_cast< sal_uInt16 >( nParaIndex ), in implGetLineBoundary()
257 rBoundary.endPos = nTextLen; in implGetLineBoundary()
2051 …const sal_Int32 nTextLen = GetTextForwarder().GetTextLen( static_cast< sal_uInt16 >( GetParagraphI… in getTextAtIndex() local
2053 if( nIndex == nTextLen ) in getTextAtIndex()
2056 aResult.SegmentStart = aResult.SegmentEnd = nTextLen; in getTextAtIndex()
2166 …const sal_Int32 nTextLen = GetTextForwarder().GetTextLen( static_cast< sal_uInt16 >( GetParagraphI… in getTextBeforeIndex() local
2169 if( nIndex == nTextLen ) in getTextBeforeIndex()
/aoo41x/main/editeng/source/editeng/
H A Dimpedit2.cxx1764 sal_uInt16 nTextLen = (sal_uInt16)aOUText.getLength(); in InitScriptTypes() local
1768 rTypes.push_back( ScriptTypePosInfo( nScriptType, (sal_uInt16)nPos, nTextLen ) ); in InitScriptTypes()
1770 while ( ( nPos != (-1) ) && ( nPos < nTextLen ) ) in InitScriptTypes()
1795 rTypes.push_back( ScriptTypePosInfo( nScriptType, (sal_uInt16)nPos, nTextLen ) ); in InitScriptTypes()
H A Dimpedit3.cxx3065 sal_uInt16 nTextLen = 0; in Paint() local
3073 nTextLen = pTextPortion->GetLen(); in Paint()
3173 nTextLen = aText.Len(); in Paint()
3202 nTextLen = aText.Len(); in Paint()
3394 Size aSz = aTmpFont.GetPhysTxtSize( pOutDev, aText, nTextStart, nTextLen ); in Paint()
3400 aBlanks.Fill( nTextLen, ' ' ); in Paint()
3404 pOutDev->DrawStretchText( aUnderlinePos, aSz.Width(), aBlanks, 0, nTextLen ); in Paint()
3423 if ( pTextPortion->IsRightToLeft() && nTextLen >= 2 && in Paint()
3424 pDXArray[ nTextLen - 1 ] == in Paint()
3425 pDXArray[ nTextLen - 2 ] && in Paint()
[all …]
/aoo41x/main/editeng/source/outliner/
H A Doutleeng.cxx157 …ngText( const Point& rStartPos, const XubString& rText, sal_uInt16 nTextStart, sal_uInt16 nTextLen, in DrawingText() argument
199 pOwner->DrawingText(rStartPos,rText,nTextStart,nTextLen,pDXArray,rFont,nPara,nIndex,nRightToLeft, in DrawingText()
H A Doutleeng.hxx56 …const Point& rStartPos, const XubString& rText, sal_uInt16 nTextStart, sal_uInt16 nTextLen, const …
H A Doutliner.cxx1843 …t& rStartPos, const XubString& rText, sal_uInt16 nTextStart, sal_uInt16 nTextLen, const sal_Int32*… in DrawingText() argument
1859 …DrawPortionInfo aInfo( rStartPos, rText, nTextStart, nTextLen, rFont, nPara, nIndex, pDXArray, pWr… in DrawingText()
/aoo41x/main/extensions/source/propctrlr/
H A Deventhandler.cxx1149 sal_Int32 nTextLen = _rText.getLength(); in lcl_endsWith() local
1151 if ( nCheckLen > nTextLen ) in lcl_endsWith()
1154 return _rText.indexOf( _rCheck ) == ( nTextLen - nCheckLen ); in lcl_endsWith()
/aoo41x/main/l10ntools/source/
H A Dcfgmerge.cxx373 sal_uInt16 nTextLen = 0; in AddText() local
374 while ( rText.Len() != nTextLen ) { in AddText()
375 nTextLen = rText.Len(); in AddText()
/aoo41x/main/linguistic/source/
H A Dgciterator.cxx374 sal_Int32 nTextLen = rRes.aText.getLength(); in ProcessResult() local
375 …undariesOk = 0 <= rRes.nStartOfSentencePosition && rRes.nStartOfSentencePosition <= nTextLen && in ProcessResult()
376 … 0 <= rRes.nBehindEndOfSentencePosition && rRes.nBehindEndOfSentencePosition <= nTextLen && in ProcessResult()
791 sal_Int32 nTextLen = rText.getLength(); in GetSuggestedEndOfSentence() local
792 sal_Int32 nEndPosition = nTextLen; in GetSuggestedEndOfSentence()
798 nEndPosition = nTextLen; in GetSuggestedEndOfSentence()
799 if (nTmpStartPos < nTextLen) in GetSuggestedEndOfSentence()
802 nEndPosition = nTextLen; in GetSuggestedEndOfSentence()
806 while (nEndPosition <= nSentenceStartPos && nEndPosition < nTextLen); in GetSuggestedEndOfSentence()
807 if (nEndPosition > nTextLen) in GetSuggestedEndOfSentence()
[all …]
H A Dhyphdsp.cxx90 sal_Int32 nTextLen = aText.getLength(); in buildHyphWord() local
93 if (nTextLen > 0 && aText[ nTextLen - 1 ] != '=') in buildHyphWord()
97 OUStringBuffer aTmp( nTextLen ); in buildHyphWord()
101 for (sal_Int32 i = 0; i < nTextLen; i++) in buildHyphWord()
178 sal_Int32 nTextLen = aText.getLength(); in buildPossHyphens() local
181 if (nTextLen > 0 && aText[ nTextLen - 1 ] != '=') in buildPossHyphens()
184 Sequence< sal_Int16 > aHyphPos( nTextLen ); in buildPossHyphens()
188 OUStringBuffer aTmp( nTextLen ); in buildPossHyphens()
191 for (sal_Int32 i = 0; i < nTextLen; i++) in buildPossHyphens()
/aoo41x/main/oox/inc/oox/dump/
H A Dbiffdumper.hxx479 … void dumpObjRecString( const String& rName, sal_uInt16 nTextLen, bool bRepeatLen );
/aoo41x/main/oox/source/dump/
H A Dbiffdumper.cxx2636nTextLen = ::std::min( nTextLen, static_cast< sal_uInt16 >( rStrm.getRemaining() ) ); in implDumpRecordBody()
3802 sal_uInt16 nTextLen = 0, nFormatSize = 0, nLinkSize = 0; in dumpObjRecBiff3() local
3838 dumpObjRecTextDataBiff3( nTextLen, nFormatSize ); in dumpObjRecBiff3()
3840 dumpObjRecString( "text", nTextLen, false ); in dumpObjRecBiff3()
3865 sal_uInt16 nTextLen = 0, nFormatSize = 0, nLinkSize = 0; in dumpObjRecBiff4() local
3901 dumpObjRecTextDataBiff3( nTextLen, nFormatSize ); in dumpObjRecBiff4()
3903 dumpObjRecString( "text", nTextLen, false ); in dumpObjRecBiff4()
3939 sal_uInt16 nTextLen = 0, nFormatSize = 0, nLinkSize = 0; in dumpObjRecBiff5() local
3983 dumpObjRecTextDataBiff5( nTextLen, nFormatSize, nLinkSize ); in dumpObjRecBiff5()
3986 dumpObjRecString( "text", nTextLen, false ); in dumpObjRecBiff5()
[all …]
/aoo41x/main/sc/source/filter/excel/
H A Dxechart.cxx1012 sal_Int32 nTextLen = aText.getLength(); in ConvertStringSequence() local
1013 while( nPortionPos < nTextLen ) in ConvertStringSequence()
H A Dxehelper.cxx399 sal_Int32 nTextLen = aOUText.getLength(); in lclCreateFormattedString() local
400 while( nPortionPos < nTextLen ) in lclCreateFormattedString()
/aoo41x/main/sd/source/ui/unoidl/
H A Dunosrch.cxx486 const sal_Int32 nTextLen = aText.getLength(); in Search() local
488 sal_Int32* pConvertPos = new sal_Int32[nTextLen+2]; in Search()
489 sal_Int32* pConvertPara = new sal_Int32[nTextLen+2]; in Search()
536 if( ndbg < (nTextLen+2) ) in Search()
557 if( ndbg < (nTextLen+2) ) in Search()
580 if( ndbg < (nTextLen+2) ) in Search()
604 for( nStartPos = 0; nStartPos < nTextLen; nStartPos++ ) in Search()
612 if( nStartPos <= nTextLen && nEndPos <= nTextLen ) in Search()
/aoo41x/main/store/workben/
H A Dt_base.cxx227 const sal_Char *pszText, sal_Size nTextLen, in __store_convertTextToUnicode() argument
235 pszText, nTextLen, in __store_convertTextToUnicode()
/aoo41x/main/svtools/source/control/
H A Dinettbc.cxx604 sal_uInt16 nTextLen = aText.Len(); in run() local
605 if ( !nTextLen ) in run()
/aoo41x/main/svx/source/form/
H A Dfmtextcontrolshell.cxx784 sal_Int32 nTextLen = m_xActiveTextComponent->getText().getLength(); in executeSelectAll() local
785 m_xActiveTextComponent->setSelection( awt::Selection( 0, nTextLen ) ); in executeSelectAll()
/aoo41x/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx60 void DumpShortPlainText( WW8_CP nStartCp, long nTextLen, char* pName );
61 void DumpPlainText( WW8_CP nStartCp, long nTextLen, char* pName );
1416 static void DumpPlainText1( WW8_CP nStartCp, long nTextLen ) in DumpPlainText1() argument
1424 for (l=0; l<nTextLen; l++) in DumpPlainText1()
1436 void DumpShortPlainText( WW8_CP nStartCp, long nTextLen, char* pName ) in DumpShortPlainText() argument
1440 << ".." << nStartCp + nTextLen << dec in DumpShortPlainText()
1442 DumpPlainText1( nStartCp, nTextLen ); in DumpShortPlainText()
1446 void DumpPlainText( WW8_CP nStartCp, long nTextLen, char* pName ) in DumpPlainText() argument
1449 << ".." << nStartCp + nTextLen << dec in DumpPlainText()
1452 DumpPlainText1( nStartCp, nTextLen ); in DumpPlainText()

Completed in 284 milliseconds

12