/aoo4110/main/automation/source/server/ |
H A D | editwin.cxx | 92 , 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 D | editwin.hxx | 51 xub_StrLen nTextLen; // aus Performanzgr�nden eigene L�nge mitf�hren member in EditWindow
|
/aoo4110/main/linguistic/source/ |
H A D | hyphdsp.cxx | 90 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()
|
H A D | gciterator.cxx | 374 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 …]
|
/aoo4110/main/sd/source/ui/unoidl/ |
H A D | unosrch.cxx | 486 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()
|
/aoo4110/main/cui/source/dialogs/ |
H A D | SpellDialog.cxx | 1673 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 …]
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | xrender_peer.hxx | 79 int nDstX, int nDstY, const unsigned* pText, int nTextLen ) const; 292 const unsigned* pText, int nTextLen ) const in CompositeString32() 296 aGlyphSet, 0, 0, nDstX, nDstY, pText, nTextLen ); in CompositeString32() 299 aGlyphSet, 0, 0, nDstX, nDstY, pText, nTextLen ); in CompositeString32()
|
H A D | salcvt.cxx | 314 SalConverterCache::ConvertStringUTF16( const sal_Unicode *pText, int nTextLen, in ConvertStringUTF16() argument 330 pText, nTextLen, pBuffer, nBufferSize, in ConvertStringUTF16()
|
H A D | salcvt.hxx | 53 sal_Size ConvertStringUTF16( const sal_Unicode *pText, int nTextLen,
|
/aoo4110/main/oox/source/dump/ |
H A D | biffdumper.cxx | 2636 … nTextLen = ::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 …]
|
/aoo4110/main/wizards/com/sun/star/wizards/form/ |
H A D | FormControlArranger.java | 152 short nTextLen; in isReducable() local 155 …nTextLen = AnyConverter.toShort(DBControlList[_index].xPropertySet.getPropertyValue("MaxTextLen")); in isReducable() 156 if ((nTextLen == 0) || (nTextLen > 20)) in isReducable()
|
/aoo4110/main/sw/source/filter/ww8/dump/ |
H A D | dump8a.cxx | 60 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()
|
/aoo4110/main/vcl/win/source/window/ |
H A D | salframe.cxx | 5411 if ( nTextLen >= 0 ) in ImplHandleIMECompositionInput() 5413 WCHAR* pTextBuf = new WCHAR[nTextLen]; in ImplHandleIMECompositionInput() 5437 if ( nTextLen > 0 ) in ImplHandleIMECompositionInput() 5439 WCHAR* pTextBuf = new WCHAR[nTextLen]; in ImplHandleIMECompositionInput() 5454 xub_StrLen nTextLen = aEvt.maText.Len(); in ImplHandleIMECompositionInput() local 5455 pSalAttrAry = new sal_uInt16[nTextLen]; in ImplHandleIMECompositionInput() 5456 memset( pSalAttrAry, 0, nTextLen*sizeof( sal_uInt16 ) ); in ImplHandleIMECompositionInput() 5457 for ( xub_StrLen i = 0; (i < nTextLen) && (i < nAttrLen); i++ ) in ImplHandleIMECompositionInput() 5483 if ( (nTextLen > 0) || !(lParam & GCS_RESULTSTR) ) in ImplHandleIMECompositionInput() 5486 if ( !nTextLen && !pFrame->mbCandidateMode ) in ImplHandleIMECompositionInput() [all …]
|
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 3065 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 …]
|
/aoo4110/main/vcl/unx/generic/printergfx/ |
H A D | psputil.cxx | 232 ConverterFactory::Convert (const sal_Unicode *pText, int nTextLen, in Convert() argument 244 pText, nTextLen, (sal_Char*)pBuffer, nBufferSize, in Convert()
|
H A D | psputil.hxx | 62 sal_Size Convert (const sal_Unicode *pText, int nTextLen,
|
/aoo4110/main/editeng/source/outliner/ |
H A D | outleeng.cxx | 157 …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 D | outleeng.hxx | 56 …const Point& rStartPos, const XubString& rText, sal_uInt16 nTextStart, sal_uInt16 nTextLen, const …
|
/aoo4110/main/l10ntools/source/ |
H A D | cfgmerge.cxx | 373 sal_uInt16 nTextLen = 0; in AddText() local 374 while ( rText.Len() != nTextLen ) { in AddText() 375 nTextLen = rText.Len(); in AddText()
|
/aoo4110/main/store/workben/ |
H A D | t_base.cxx | 227 const sal_Char *pszText, sal_Size nTextLen, in __store_convertTextToUnicode() argument 235 pszText, nTextLen, in __store_convertTextToUnicode()
|
/aoo4110/main/editeng/source/accessibility/ |
H A D | AccessibleEditableTextPara.cxx | 240 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()
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | eventhandler.cxx | 1149 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()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | cvtsvm.cxx | 1770 const sal_uLong nTextLen = aText.Len(); in ImplWriteActions() local 1776 if( ( nLen + pAct->GetIndex() ) > nTextLen ) in ImplWriteActions() 1778 if( pAct->GetIndex() <= nTextLen ) in ImplWriteActions() 1779 nLen = nTextLen - pAct->GetIndex(); in ImplWriteActions()
|
/aoo4110/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 3310 USHORT nTextLen = aEvt.maText.Len(); in ImplHandleIMEConversion() local 3311 if ( nTextLen ) in ImplHandleIMEConversion() 3313 pSalAttrAry = new USHORT[nTextLen]; in ImplHandleIMEConversion() 3314 memset( pSalAttrAry, 0, nTextLen*sizeof( USHORT ) ); in ImplHandleIMEConversion() 3315 for ( USHORT i = 0; (i < nTextLen) && (i < nAttrBufLen); i++ ) in ImplHandleIMEConversion()
|
/aoo4110/main/svx/source/form/ |
H A D | fmtextcontrolshell.cxx | 784 sal_Int32 nTextLen = m_xActiveTextComponent->getText().getLength(); in executeSelectAll() local 785 m_xActiveTextComponent->setSelection( awt::Selection( 0, nTextLen ) ); in executeSelectAll()
|