Home
last modified time | relevance | path

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

12

/trunk/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
/trunk/main/linguistic/source/
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()
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 …]
/trunk/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()
/trunk/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 …]
/trunk/main/vcl/unx/generic/gdi/
H A Dxrender_peer.hxx79 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 Dsalcvt.cxx314 SalConverterCache::ConvertStringUTF16( const sal_Unicode *pText, int nTextLen, in ConvertStringUTF16() argument
330 pText, nTextLen, pBuffer, nBufferSize, in ConvertStringUTF16()
H A Dsalcvt.hxx53 sal_Size ConvertStringUTF16( const sal_Unicode *pText, int nTextLen,
/trunk/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 …]
/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormControlArranger.java152 short nTextLen; in isReducable() local
155nTextLen = AnyConverter.toShort(DBControlList[_index].xPropertySet.getPropertyValue("MaxTextLen")); in isReducable()
156 if ((nTextLen == 0) || (nTextLen > 20)) in isReducable()
/trunk/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()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx5414 if ( nTextLen >= 0 ) in ImplHandleIMECompositionInput()
5416 WCHAR* pTextBuf = new WCHAR[nTextLen]; in ImplHandleIMECompositionInput()
5440 if ( nTextLen > 0 ) in ImplHandleIMECompositionInput()
5442 WCHAR* pTextBuf = new WCHAR[nTextLen]; in ImplHandleIMECompositionInput()
5457 xub_StrLen nTextLen = aEvt.maText.Len(); in ImplHandleIMECompositionInput() local
5458 pSalAttrAry = new sal_uInt16[nTextLen]; in ImplHandleIMECompositionInput()
5459 memset( pSalAttrAry, 0, nTextLen*sizeof( sal_uInt16 ) ); in ImplHandleIMECompositionInput()
5460 for ( xub_StrLen i = 0; (i < nTextLen) && (i < nAttrLen); i++ ) in ImplHandleIMECompositionInput()
5486 if ( (nTextLen > 0) || !(lParam & GCS_RESULTSTR) ) in ImplHandleIMECompositionInput()
5489 if ( !nTextLen && !pFrame->mbCandidateMode ) in ImplHandleIMECompositionInput()
[all …]
/trunk/main/editeng/source/editeng/
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 …]
/trunk/main/vcl/unx/generic/printergfx/
H A Dpsputil.cxx232 ConverterFactory::Convert (const sal_Unicode *pText, int nTextLen, in Convert() argument
244 pText, nTextLen, (sal_Char*)pBuffer, nBufferSize, in Convert()
H A Dpsputil.hxx62 sal_Size Convert (const sal_Unicode *pText, int nTextLen,
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx240 const sal_Int32 nTextLen = rCacheTF.GetTextLen( nParaIndex ); in implGetLineBoundary() local
248 if( nIndex == nTextLen ) in implGetLineBoundary()
254 rBoundary.startPos = nTextLen - rCacheTF.GetLineLen( nParaIndex, in implGetLineBoundary()
257 rBoundary.endPos = nTextLen; in implGetLineBoundary()
2052 const sal_Int32 nTextLen = GetTextForwarder().GetTextLen( GetParagraphIndex() ); in getTextAtIndex() local
2054 if( nIndex == nTextLen ) in getTextAtIndex()
2057 aResult.SegmentStart = aResult.SegmentEnd = nTextLen; in getTextAtIndex()
2167 const sal_Int32 nTextLen = GetTextForwarder().GetTextLen( GetParagraphIndex() ); in getTextBeforeIndex() local
2170 if( nIndex == nTextLen ) in getTextBeforeIndex()
/trunk/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 …
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx1770 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()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx3310 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()
/trunk/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()

Completed in 210 milliseconds

12