Home
last modified time | relevance | path

Searched refs:aText (Results 1 – 25 of 451) sorted by relevance

12345678910>>...19

/trunk/main/ucb/workben/ucb/
H A Ducbdemo.cxx469 print(aText); in init()
1140 aText in open()
1160 aText in open()
1209 print( aText ); in open()
1233 aText += '='; in openAll()
1291 print( aText ); in openAll()
1546 print( aText ); in setStringPropertyValue()
2367 String aText; in IMPL_LINK() local
2375 print(aText); in IMPL_LINK()
2396 print(aText); in IMPL_LINK()
[all …]
/trunk/main/svtools/source/control/
H A Dinettbc.cxx151 , aText( rText ) in SvtMatchContext_Impl()
356 … || (aText.Len() > 1 && aText.Copy( aText.Len() - 2, 2 ).CompareToAscii( "/." ) == COMPARE_EQUAL) in ReadFolder()
357 … || (aText.Len() > 2 && aText.Copy( aText.Len() - 3, 3 ).CompareToAscii( "/.." ) == COMPARE_EQUAL); in ReadFolder()
475 … if ((aText.Len() && aText.GetChar(aText.Len() - 1) == '.') || bPureHomePath) in ReadFolder()
548 if( aText.Search( '\\' ) == 0 && (aText.Len() < 2 || aText.GetChar( 1 ) != '\\') ) in ParseSmart()
575 if ( aText.GetChar( aText.Len() - 1 ) == '.' ) in ParseSmart()
695 …if ( aText.CompareIgnoreCaseToAscii( aScheme, aText.Len() ) == COMPARE_EQUAL && aText.Len() < aSch… in run()
1161 if ( !aText.Len() ) in GetURL()
1162 return aText; in GetURL()
1254 aText in TildeParsing()
[all …]
H A Dtaskbox.cxx248 XubString aText = pItem->maText; in ImplFormatTaskToolBox() local
249 if ( !aText.Len() ) in ImplFormatTaskToolBox()
250 aText = ' '; in ImplFormatTaskToolBox()
251 long nTxtWidth = GetTextWidth( aText ); in ImplFormatTaskToolBox()
257 aText.AppendAscii( "..." ); in ImplFormatTaskToolBox()
260 aText.Erase( aText.Len()-3-1, 1 ); in ImplFormatTaskToolBox()
261 nTxtWidth = GetTextWidth( aText ); in ImplFormatTaskToolBox()
263 while ( (nTxtWidth > mnMaxTextWidth) && (aText.Len() > 3) ); in ImplFormatTaskToolBox()
267 if ( aText.EqualsAscii( "..." ) ) in ImplFormatTaskToolBox()
270 InsertItem( nItemId, pItem->maImage, aText, TIB_LEFT ); in ImplFormatTaskToolBox()
/trunk/main/svx/source/dialog/
H A Dfntctrl.cxx121 String aText; member in FontPrevWin_Impl
179 if( aText != aScriptText ) in CheckScript()
210 aScriptText = aText; in _CheckScript()
296 nEnd = aText.Len(); in CalcTextSize()
375 nEnd = aText.Len(); in DrawPrev()
559 pImpl->aText = rString; in SetPreviewText()
654 pImpl->aText = GetText(); in Paint()
675 if ( !pImpl->aText.Len() ) in Paint()
676 pImpl->aText = GetText(); in Paint()
689 pImpl->aText = GetText(); in Paint()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXTextCursor.java145 final XSimpleText aText = xTextDoc.getText(); in createTestEnvironment() local
164 aText.insertControlCharacter(textCursor, in createTestEnvironment()
167 aText.insertControlCharacter(textCursor, in createTestEnvironment()
204 aText.insertControlCharacter(textCursor, in createTestEnvironment()
207 aText.insertString(textCursor, "4", false); in createTestEnvironment()
208 aText.insertControlCharacter(textCursor, in createTestEnvironment()
212 aText.insertControlCharacter(textCursor, in createTestEnvironment()
216 aText.insertControlCharacter(textCursor, in createTestEnvironment()
220 aText.insertControlCharacter(textCursor, in createTestEnvironment()
224 aText.insertControlCharacter(textCursor, in createTestEnvironment()
[all …]
/trunk/main/forms/source/component/
H A DFilter.cxx299 ::rtl::OUStringBuffer aText; in itemStateChanged()
315 aText in itemStateChanged()
518 ::rtl::OUString aText; in commit()
526 aText = xText->getText(); in commit()
531 if (m_aText.compareTo(aText)) in commit()
605 m_aText = aText; in setText()
616 if (aText == aRefText) in setText()
620 m_aText = aText; in setText()
629 m_aText = aText; in setText()
668 m_aText = aText; in setText()
[all …]
/trunk/main/i18npool/source/textconversion/
H A Dtextconversion_ko.cxx133 ch = aText[nStartPos]; in getCharConversions()
160 ch = aText[nStartPos + count]; in getCharConversions()
203 TextConversion_ko::getConversions( const OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength, in getConversions() argument
214 sal_Int32 start, end, length = aText.getLength() - nStartPos; in getConversions()
233 scriptType = checkScriptType(aText[nStartPos + start]); in getConversions()
247 if (checkScriptType(aText[nStartPos + end]) != scriptType) in getConversions()
254 … result.Candidates = xCDL->queryConversions(aText, start + nStartPos, len, in getConversions()
293 TextConversion_ko::getConversion( const OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength, in getConversion() argument
297 sal_Int32 length = aText.getLength() - nStartPos; in getConversion()
306 const sal_Unicode *str = aText.getStr(); in getConversion()
[all …]
H A Dtextconversion_zh.cxx86 getOneCharConversion(aText[nStartPos+i], Data, Index); in getCharConversion()
120 return getCharConversion(aText, nStartPos, nLength, toSChinese, nConversionOptions); in getWordConversion()
130 OUString word = aText.copy(nStartPos + currPos, len); in getWordConversion()
211 getOneCharConversion(aText[nStartPos+currPos], charData, charIndex); in getWordConversion()
223 TextConversion_zh::getConversions( const OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength, in getConversions() argument
238 TextConversion_zh::getConversion( const OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength, in getConversion() argument
251 return getCharConversion(aText, nStartPos, nLength, toSChinese, nConversionOptions); in getConversion()
255 … return getWordConversion(aText, nStartPos, nLength, toSChinese, nConversionOptions, offset); in getConversion()
262 TextConversion_zh::getConversionWithOffset( const OUString& aText, sal_Int32 nStartPos, sal_Int32 n… in getConversionWithOffset() argument
276 return getCharConversion(aText, nStartPos, nLength, toSChinese, nConversionOptions); in getConversionWithOffset()
[all …]
/trunk/main/starmath/source/
H A Dparse.cxx535 m_aCurToken.aText.Erase(); in NextToken()
561 m_aCurToken.aText = aRes.DequotedNameOrString; in NextToken()
578 m_aCurToken.aText.AssignAscii( pEntry->pIdent ); in NextToken()
586 m_aCurToken.aText = aName; in NextToken()
602 m_aCurToken.aText.AssignAscii( "_" ); in NextToken()
748 m_aCurToken.aText = String(); in NextToken()
778 m_aCurToken.aText.AssignAscii( "[" ); in NextToken()
1694 m_aCurToken.aText.AssignAscii( pLim ); in Oper()
1975 if (lcl_IsNumber( m_aCurToken.aText )) in FontSize()
1978 if ((fTmp = m_aCurToken.aText.ToDouble()) != 0.0) in FontSize()
[all …]
H A Dview.cxx871 String aText; in GetTextLineSize() local
904 String aText; in GetTextSize() local
963 String aText; in DrawTextLine() local
996 String aText; in DrawText() local
1323 String aTemp = aText; in Insert()
1342 aText = pDoc->GetText(); in Insert()
1349 aTemp += aText; in Insert()
1350 aText = aTemp; in Insert()
1391 aText = pDoc->GetText(); in InsertFrom()
1398 aTemp += aText; in InsertFrom()
[all …]
/trunk/main/toolkit/test/accessibility/
H A DAccessibleTextHandler.java488 JTextArea aText; field in TextActionDialog
521 aText = new JTextArea(); in init()
522 aText.setText( sText ); in init()
524 aText.setRows( sText.length() / 40 + 1 ); in init()
525 aText.setLineWrap( true ); in init()
526 aText.setEditable( false ); in init()
527 aContent.add( aText, BorderLayout.CENTER ); in init()
557 boolean bSuccess = action( aText, aNode ); in action()
590 ? aText.getSelectionStart() : aText.getSelectionEnd(); in getSelection()
618 aText.setEditable( true ); in init()
[all …]
/trunk/main/vcl/source/control/
H A Dedit.cxx457 XubString aText; in ImplGetText() local
464 return aText; in ImplGetText()
505 nEnd = aText.Len(); in ImplRepaint()
511 if( aText.Len() ) in ImplRepaint()
1175 if( aText.Len() ) in ImplShowCursor()
1183 GetCaretPositions( aText, pDX, 0, aText.Len() ); in ImplShowCursor()
1307 GetCaretPositions( aText, pDX, 0, aText.Len() ); in ImplGetCharPos()
1417 ::rtl::OUString aText; in ImplPaste()
1418 aData >>= aText; in ImplPaste()
2784 maUndoText = aText; in Undo()
[all …]
H A Dcombobox.cxx394 XubString aText; in IMPL_LINK() local
397 aText = mpSubEdit->GetText(); in IMPL_LINK()
412 if ( (nPrevIndex < aText.Len()) && (aText.GetChar( nPrevIndex ) == mcMultiSep) ) in IMPL_LINK()
414 aText.Erase( nPrevIndex, 1 ); in IMPL_LINK()
430 if ( aText.Len() && (aText.GetChar( aText.Len()-1 ) != mcMultiSep) ) in IMPL_LINK()
431 aText += mcMultiSep; in IMPL_LINK()
432 if ( aText.Len() ) in IMPL_LINK()
435 aText += mcMultiSep; in IMPL_LINK()
438 if ( aText.Len() && (aText.GetChar( aText.Len()-1 ) == mcMultiSep) ) in IMPL_LINK()
439 aText.Erase( aText.Len()-1, 1 ); in IMPL_LINK()
[all …]
/trunk/main/linguistic/source/
H A Dhyphdsp.cxx90 sal_Int32 nTextLen = aText.getLength(); in buildHyphWord()
103 sal_Unicode cTmp = aText[i]; in buildHyphWord()
124 aText = aTmp.makeStringAndClear(); in buildHyphWord()
128 if (aText != rOrigWord) in buildHyphWord()
135 aShorter = aText; in buildHyphWord()
141 aLonger = aText; in buildHyphWord()
154 aText = rOrigWord; in buildHyphWord()
158 aText, nHyphenationPos ); in buildHyphWord()
178 sal_Int32 nTextLen = aText.getLength(); in buildPossHyphens()
193 sal_Unicode cTmp = aText[i]; in buildPossHyphens()
[all …]
/trunk/main/unotools/source/ucbhelper/
H A Dprogresshandlerwrap.cxx40 sal_Bool getStatusFromAny_Impl( const Any& aAny, ::rtl::OUString& aText, sal_Int32& nNum ) in getStatusFromAny_Impl() argument
51 !aText.getLength() && ( aSetList[ind] >>= aText ); in getStatusFromAny_Impl()
63 ::rtl::OUString aText; in push()
66 if( getStatusFromAny_Impl( Status, aText, nRange ) ) in push()
67 m_xStatusIndicator->start( aText, nRange ); in push()
76 ::rtl::OUString aText; in update()
79 if( getStatusFromAny_Impl( Status, aText, nValue ) ) in update()
81 if( aText.getLength() ) m_xStatusIndicator->setText( aText ); in update()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx705 attribute::SdrTextAttribute aText; in createNewSdrShadowTextAttribute() local
711 aText = createNewSdrTextAttribute(rSet, *pText); in createNewSdrShadowTextAttribute()
726 attribute::SdrTextAttribute aText; in createNewSdrLineShadowTextAttribute() local
736 if(!aText.isDefault() in createNewSdrLineShadowTextAttribute()
738 && aText.isHideContour()) in createNewSdrLineShadowTextAttribute()
756 if(!aLine.isDefault() || !aText.isDefault()) in createNewSdrLineShadowTextAttribute()
777 attribute::SdrTextAttribute aText; in createNewSdrLineFillShadowTextAttribute() local
787 if(!aText.getSdrFormTextAttribute().isDefault() && aText.isHideContour()) in createNewSdrLineFillShadowTextAttribute()
1042 attribute::SdrTextAttribute aText; in createNewSdrFillTextAttribute() local
1052 if(!aText.getSdrFormTextAttribute().isDefault() && aText.isHideContour()) in createNewSdrFillTextAttribute()
[all …]
/trunk/main/padmin/source/
H A Dadddlg.cxx207 String aText( PaResId( RID_ERR_REMOVESGENPRT ) ); in IMPL_LINK() local
209 ErrorBox aErrorBox( this, WB_OK | WB_DEF_OK, aText ); in IMPL_LINK()
222 ErrorBox aErrorBox( this, WB_OK | WB_DEF_OK, aText ); in IMPL_LINK()
240 String aText( PaResId( RID_QUERY_DRIVERUSED ) ); in IMPL_LINK() local
242 QueryBox aBox( this, WB_YES_NO | WB_DEF_NO, aText ); in IMPL_LINK()
249 String aText( PaResId( RID_QUERY_REMOVEDRIVER ) ); in IMPL_LINK() local
251 QueryBox aBox( this, WB_YES_NO | WB_DEF_NO, aText ); in IMPL_LINK()
523 InfoBox aBox( this, aText ); in APOldPrinterPage()
535 InfoBox aBox( this, aText ); in APOldPrinterPage()
645 String aText( PaResId( RID_TXT_PRINTERADDFAILED ) ); in addOldPrinters() local
[all …]
/trunk/main/sw/source/ui/shells/
H A Dlanghelper.cxx542 String aText; in GetTextForLanguageGuessing() local
547 aText = pNode->GetTxt(); in GetTextForLanguageGuessing()
548 if (aText.Len() > 0) in GetTextForLanguageGuessing()
555 nEnd = aText.Len() - nEnd > 100 ? nEnd + 100 : aText.Len(); in GetTextForLanguageGuessing()
556 aText = aText.Copy( nStt, nEnd - nStt ); in GetTextForLanguageGuessing()
559 return aText; in GetTextForLanguageGuessing()
565 String aText; in GetTextForLanguageGuessing() local
568 if (aText.Len() > 0) in GetTextForLanguageGuessing()
575 nEnd = aText.Len() - nEnd > 100 ? nEnd + 100 : aText.Len(); in GetTextForLanguageGuessing()
576 aText = aText.Copy( nStt, nEnd - nStt ); in GetTextForLanguageGuessing()
[all …]
/trunk/main/vcl/unx/generic/app/
H A Di18n_ic.cxx84 if (maClientData.aText.pUnicodeBuffer != NULL) in ~SalI18N_InputContext()
85 free(maClientData.aText.pUnicodeBuffer); in ~SalI18N_InputContext()
86 if (maClientData.aText.pCharStyle != NULL) in ~SalI18N_InputContext()
87 free(maClientData.aText.pCharStyle); in ~SalI18N_InputContext()
174 maClientData.aText.pUnicodeBuffer = NULL; in SalI18N_InputContext()
201 maClientData.aText.pUnicodeBuffer = in SalI18N_InputContext()
203 maClientData.aText.pCharStyle = in SalI18N_InputContext()
206 maClientData.aText.nCursorPos = 0; in SalI18N_InputContext()
207 maClientData.aText.nLength = 0; in SalI18N_InputContext()
373 maClientData.aText.pUnicodeBuffer = NULL; in SalI18N_InputContext()
[all …]
H A Di18n_cb.cxx59 pPreeditData->aText.nCursorPos = 0; in PreeditStartCallback()
60 pPreeditData->aText.nLength = 0; in PreeditStartCallback()
368 Preedit_DeleteText(&(pPreeditData->aText), in PreeditDrawCallback()
386 Preedit_DeleteText(&(pPreeditData->aText), in PreeditDrawCallback()
388 Preedit_InsertText(&(pPreeditData->aText), call_data->text, in PreeditDrawCallback()
396 Preedit_UpdateAttributes(&(pPreeditData->aText), in PreeditDrawCallback()
407 pPreeditData->aText.pCharStyle, pPreeditData->aText.nLength, pPreeditData->aInputFlags); in PreeditDrawCallback()
410 pPreeditData->aText.nLength); in PreeditDrawCallback()
420 if (pPreeditData->aText.nLength == 0) in PreeditDrawCallback()
596 String aText; in StatusDrawCallback() local
[all …]
/trunk/main/editeng/source/editeng/
H A Deehtml.cxx197 String aText = aToken; in NextToken() local
198 if ( aText.Len() && ( aText.GetChar( 0 ) == ' ' ) in NextToken()
200 aText.Erase( 0, 1 ); in NextToken()
204 pCurAnchor->aText += aText; in NextToken()
211 sal_uInt16 nTabPos = aText.Search( '\t', 0 ); in NextToken()
214 aText.Erase( nTabPos, 1 ); in NextToken()
216 nTabPos = aText.Search( '\t', nTabPos+8 ); in NextToken()
219 ImpInsertText( aText ); in NextToken()
513 aImportInfo.aText = aToken; in NextToken()
686 String aText( rText ); in ImpInsertText() local
[all …]
/trunk/main/offapi/com/sun/star/i18n/
H A DXBreakIterator.idl72 long nextCharacters( [in] string aText, [in] long nStartPos,
104 Boundary nextWord( [in] string aText, [in] long nStartPos,
162 Boundary getWordBoundary( [in] string aText, [in] long nPos,
178 short getWordType( [in] string aText, [in] long nPos,
191 boolean isBeginWord( [in] string aText, [in] long nPos,
198 boolean isEndWord( [in] string aText, [in] long nPos,
219 long endOfSentence( [in] string aText, [in] long nStartPos,
260 long beginOfScript( [in] string aText, [in] long nStartPos,
273 long endOfScript( [in] string aText, [in] long nStartPos,
286 long nextScript( [in] string aText, [in] long nStartPos,
[all …]
/trunk/main/framework/source/uielement/
H A Dcomboboxtoolbarcontroller.cxx297 rtl::OUString aText; in executeControlCommand() local
298 rControlCommand.Arguments[i].Value >>= aText; in executeControlCommand()
299 m_pComboBox->SetText( aText ); in executeControlCommand()
302 notifyTextChanged( aText ); in executeControlCommand()
335 rtl::OUString aText; in executeControlCommand() local
341 m_pComboBox->InsertEntry( aText, nPos ); in executeControlCommand()
349 rtl::OUString aText; in executeControlCommand() local
363 rControlCommand.Arguments[i].Value >>= aText; in executeControlCommand()
366 m_pComboBox->InsertEntry( aText, nPos ); in executeControlCommand()
390 rtl::OUString aText; in executeControlCommand() local
[all …]
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DGeneralTableSample.cs86 String aText = "The formula " + xCell.getFormula() + " is "; in doSampleFunction()
87 aText += bValid ? "valid." : "erroneous."; in doSampleFunction()
95 xCellText.insertString( xTextCursor, aText, false ); in doSampleFunction()
164 aText = "The name of this column is " + xNamed.getName() + "."; in doSampleFunction()
165 xSheet.getCellByPosition( 2, 2 ).setFormula( aText ); in doSampleFunction()
219 aText = "Chart has column headers: "; in doSampleFunction()
220 aText += xChart.getHasColumnHeaders() ? "yes" : "no"; in doSampleFunction()
221 xSheet.getCellByPosition( 2, 8 ).setFormula( aText ); in doSampleFunction()
222 aText = "Chart has row headers: "; in doSampleFunction()
223 aText += xChart.getHasRowHeaders() ? "yes" : "no"; in doSampleFunction()
[all …]
/trunk/main/i18npool/inc/
H A Dtextconversion.hxx50 getConversions( const ::rtl::OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength,
57 getConversion( const ::rtl::OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength,
64 … getConversionWithOffset( const ::rtl::OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength,
110 getConversions( const ::rtl::OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength,
117 getConversion( const ::rtl::OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength,
124 … getConversionWithOffset( const ::rtl::OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength,
146 …getCharConversions(const rtl::OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength, sal_Bool to…
166 getConversions( const ::rtl::OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength,
173 getConversion( const ::rtl::OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength,
180 … getConversionWithOffset( const ::rtl::OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength,
[all …]

Completed in 157 milliseconds

12345678910>>...19