Home
last modified time | relevance | path

Searched refs:GetString (Results 26 – 50 of 337) sorted by relevance

12345678910>>...14

/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx952 const String& rOptVal = pOption->GetString(); in TableDataOn()
968 const String& rOptVal = pOption->GetString(); in TableDataOn()
1075 aTabName.Assign( pOption->GetString() ); in TableOn()
1133 aTabName.Assign( pOption->GetString() ); in TableOn()
1336 pActEntry->aAltText += pOption->GetString(); in Image()
1431 const String& rOptVal = pOption->GetString(); in GetWidthPixel()
1491 const String& rFace = pOption->GetString(); in FontOn()
1941 maTableName = aIter->GetString(); in ScHTMLTable()
2495 const String& rOptVal = aIter->GetString(); in ProcessFormatOptions()
2510 const String& rOptVal = aIter->GetString(); in ProcessFormatOptions()
[all …]
/trunk/main/sw/source/core/fields/
H A Ddocufld.cxx315 ::GetString( rAny, sUserStr ); in PutValue()
416 ::GetString( rAny, aContent ); in PutValue()
595 ::GetString( rAny, aContent ); in PutValue()
1283 ::GetString( rAny, aContent ); in PutValue()
1309 ::GetString( rAny, aContent ); in PutValue()
1615 ::GetString( rAny, aTRUETxt ); in PutValue()
1618 ::GetString( rAny, aFALSETxt ); in PutValue()
1734 ::GetString( rAny, aCond ); in PutValue()
2143 ::GetString( rAny, aContent ); in PutValue()
2675 ::GetString( rAny, sHelp ); in PutValue()
[all …]
H A Dexpfld.cxx480 SetFormula( ::GetString( rAny, sTmp )); in PutValue()
494 ChgExpStr(::GetString( rAny, sTmp )); in PutValue()
684 if( ::GetString( rAny, sTmp ).Len() ) in PutValue()
1014 ::GetString( rAny, sTmp ), nsSwGetPoolIdFromName::GET_POOLID_TXTCOLL ) ); in PutValue()
1040 ::GetString( rAny, aPText ); in PutValue()
1052 ChgExpStr( ::GetString( rAny, sTmp )); in PutValue()
1318 ::GetString( rAny, aContent ); in PutValue()
1322 ::GetString( rAny, aPText ); in PutValue()
1325 ::GetString( rAny, aHelp ); in PutValue()
1328 ::GetString( rAny, aToolTip ); in PutValue()
H A Dmacrofld.cxx204 CreateMacroString( aMacro, ::GetString(rAny, sTmp), GetLibName()); in PutValue()
207 ::GetString( rAny, aText ); in PutValue()
210 CreateMacroString(aMacro, GetMacroName(), ::GetString(rAny, sTmp) ); in PutValue()
213 ::GetString(rAny, aMacro); in PutValue()
H A Dflddropdown.cxx235 ::GetString( rVal, aTmpStr ); in PutValue()
244 ::GetString( rVal, aTmpStr ); in PutValue()
253 ::GetString( rVal, aTmpStr ); in PutValue()
262 ::GetString( rVal, aTmpStr ); in PutValue()
/trunk/main/sc/source/core/tool/
H A Dtoken.cxx863 const String& ScExternalSingleRefToken::GetString() const in GetString() function in ScExternalSingleRefToken
896 if (maTabName != r.GetString()) in operator ==()
923 maTabName( r.GetString()) in ScExternalDoubleRefToken()
937 const String& ScExternalDoubleRefToken::GetString() const in GetString() function in ScExternalDoubleRefToken
990 if (maTabName != r.GetString()) in operator ==()
1019 const String& ScExternalNameToken::GetString() const in GetString() function in ScExternalNameToken
1033 const String& rName = r.GetString(); in operator ==()
1060 const String & ScEmptyCellToken::GetString() const in GetString() function in ScEmptyCellToken
1074 const String & ScMatrixCellResultToken::GetString() const { return xUpperLeft->GetString(); } in GetString() function in ScMatrixCellResultToken
1145 fDouble == r.GetDouble() && aString == r.GetString() && in operator ==()
[all …]
H A Dinterpr2.cxx185 String aInputString = GetString(); in ScGetDateValue()
416 String aInputString = GetString(); in ScGetTimeValue()
2067 aStyle2 = GetString(); in ScStyle()
2132 String aItem = GetString(); in ScDde()
2133 String aTopic = GetString(); in ScDde()
2134 String aAppl = GetString(); in ScDde()
2353 String aStr( GetString() ); in ScDecimal()
2409 String aToUnit( GetString() ); in ScConvert()
2507 String aRoman( GetString() ); in ScArabic()
2621 String aUrl = GetString(); in ScHyperLink()
[all …]
H A Dchartlis.cxx269 pDoc->UpdateChart( GetString()); in Update()
408 pDoc->UpdateChart( GetString()); in UpdateChartIntersecting()
417 pDoc->SetChartRangeList(GetString(), pRangeList); in UpdateSeriesRanges()
441 GetString() != r.GetString() || b1 != b2) in operator ==()
626 pDoc->SetChartRangeList( pCL->GetString(), rList1 ); in SetDiffDirty()
629 pDoc->SetChartRangeList( pCL->GetString(), pCL->GetRangeList() ); in SetDiffDirty()
/trunk/main/sfx2/source/bastyp/
H A Dsfxhtml.cxx111 aName = pOption->GetString(); in ParseMapOptions()
144 aName = pOption->GetString(); in ParseAreaOptions()
153 aHRef = INetURLObject::GetAbsURL( rBaseURL, pOption->GetString() ); in ParseAreaOptions()
159 aAlt = pOption->GetString(); in ParseAreaOptions()
162 aTarget = pOption->GetString(); in ParseAreaOptions()
179 String sTmp( pOption->GetString() ); in ParseAreaOptions()
/trunk/main/sc/inc/
H A Dscmatrix.hxx51 const String& GetString() const { return pS ? *pS : EMPTY_STRING; } in GetString() function
321 const String& GetString( SCSIZE nC, SCSIZE nR) const;
323 const String& GetString( SCSIZE nIndex) const in GetString() function in ScMatrix
324 { return pMat[nIndex].GetString(); } in GetString()
330 String GetString( SvNumberFormatter& rFormatter, SCSIZE nC, SCSIZE nR) const;
331 String GetString( SvNumberFormatter& rFormatter, SCSIZE nIndex) const;
H A Dtoken.hxx198 virtual const String& GetString() const;
223 virtual const String& GetString() const;
249 virtual const String& GetString() const;
309 virtual const String & GetString() const;
333 virtual const String & GetString() const;
435 virtual const String & GetString() const;
H A Dcell.hxx233 inline void GetString( String& rString ) const { rString = maString; } in GetString() function in ScStringCell
234 inline const String& GetString() const { return maString; } in GetString() function in ScStringCell
272 void GetString( String& rString ) const;
419 void GetString( String& rString );
528 …ScCellFormat::GetString( const_cast<ScBaseCell*>(pCell), nFormat, strResult, &pColor, *(pFormatter… in GetStringFromCell()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx3245 aId = pOption->GetString(); in _CellSaveStruct()
3285 aStyle = pOption->GetString(); in _CellSaveStruct()
3288 aClass = pOption->GetString(); in _CellSaveStruct()
3291 aLang = pOption->GetString(); in _CellSaveStruct()
3294 aDir = pOption->GetString(); in _CellSaveStruct()
3302 aValue = pOption->GetString(); in _CellSaveStruct()
4306 aId = pOption->GetString(); in BuildTableRow()
5160 aId = pOption->GetString(); in HTMLTableOptions()
5237 aStyle = pOption->GetString(); in HTMLTableOptions()
5240 aClass = pOption->GetString(); in HTMLTableOptions()
[all …]
H A Dhtmlcss1.cxx649 rToken = pSelector->GetString(); in GetTokenAndClass()
737 InsertId( pSelector->GetString(), rItemSet, rPropInfo ); in StyleParsed()
741 String aClass( pSelector->GetString() ); in StyleParsed()
758 (pNext->GetString().EqualsIgnoreCaseAscii(sCSS1_left) || in StyleParsed()
759 pNext->GetString().EqualsIgnoreCaseAscii(sCSS1_right) || in StyleParsed()
760 pNext->GetString().EqualsIgnoreCaseAscii(sCSS1_first)) ) ) in StyleParsed()
765 aName = pNext->GetString(); in StyleParsed()
801 String aPseudo( pNext->GetString() ); in StyleParsed()
1744 sType = pOption->GetString(); in NewStyle()
1841 sRel = pOption->GetString(); in InsertLink()
[all …]
/trunk/main/sw/source/ui/lingu/
H A Dolmenu.cxx241 aLangItems.insert( aLanguageTable.GetString(rSystemLanguage) ); in fillLangPopupMenu()
249 aLangItems.insert( aLanguageTable.GetString(rUILanguage) ); in fillLangPopupMenu()
302 if (aEntryTxt != OUString( aLanguageTable.GetString( LANGUAGE_NONE ) )&& in fillLangPopupMenu()
536 aKeyboardLang = aLanguageTable.GetString( nLang ); in SwSpellPopup()
543 aCurrentLang = aLanguageTable.GetString( nLang ); in SwSpellPopup()
550 aSeq[3] = aLanguageTable.GetString(nGuessLangWord); in SwSpellPopup()
669 aKeyboardLang = aLanguageTable.GetString( nLang ); in SwSpellPopup()
676 aCurrentLang = aLanguageTable.GetString( nLang ); in SwSpellPopup()
683 aSeq[3] = aLanguageTable.GetString(nGuessLangWord); in SwSpellPopup()
/trunk/main/basic/source/runtime/
H A Dstep1.cxx46 String aStr = pImg->GetString( static_cast<short>( nOp1 ) ); in StepLOADNC()
68 p->PutString( pImg->GetString( static_cast<short>( nOp1 ) ) ); in StepLOADSC()
89 String aAlias( pImg->GetString( static_cast<short>( nOp1 ) ) ); in StepARGN()
511 String aClass( pImg->GetString( static_cast<short>( nOp1 ) ) ); in StepSETCLASS_impl()
531 String aClass( pImg->GetString( static_cast<short>( nOp1 ) ) ); in StepTESTCLASS()
544 aLibName = pImg->GetString( static_cast<short>( nOp1 ) ); in StepLIB()
/trunk/main/sc/source/core/data/
H A Dvalidat.cxx212 pCell->GetString( aValStr ); in DoScript()
344 pCell->GetString( aValStr ); in DoMacro()
495 ((ScStringCell*)pCell)->GetString( aString ); in IsDataValid()
499 ((ScEditCell*)pCell)->GetString( aString ); in IsDataValid()
509 pFCell->GetString( aString ); in IsDataValid()
601 const String* pString = (mbOk && pToken) ? &pToken->GetString() : NULL; in Next()
680 aValidationSrc.GetString( aStr); in GetSelectionFromFormula()
750 aValStr = pMatVal->GetString(); in GetSelectionFromFormula()
H A Dtable4.cxx341 GetString(nCol, nRow, aStr); in FillAnalyse()
350 GetString(nCol, nRow, aStr); in FillAnalyse()
367 GetString( nCol+nAddX, nRow+nAddY, aStr ); in FillAnalyse()
382 ((ScStringCell*)pCell)->GetString( aStr ); in FillAnalyse()
384 ((ScEditCell*)pCell)->GetString( aStr ); in FillAnalyse()
1049 ((ScStringCell*)pCell)->GetString( aValue ); in GetAutoFillPreview()
1051 ((ScEditCell*)pCell)->GetString( aValue ); in GetAutoFillPreview()
1106 ((ScStringCell*)pCell)->GetString( aValue ); in GetAutoFillPreview()
1108 ((ScEditCell*)pCell)->GetString( aValue ); in GetAutoFillPreview()
1498 ((ScStringCell*)pSrcCell)->GetString( aValue ); in FillSeries()
[all …]
/trunk/main/svtools/source/contnr/
H A Dtemplwin.cxx186 m_pEditWin->InsertEntry( m_pInfoTable->GetString( DI_TITLE ), aStr ); in fill()
191 m_pEditWin->InsertEntry( m_pInfoTable->GetString( DI_FROM ), aStr ); in fill()
195 m_pInfoTable->GetString( DI_DATE ), in fill()
204 m_pInfoTable->GetString( DI_MODIFIEDDATE ), in fill()
213 m_pInfoTable->GetString( DI_PRINTDATE ), in fill()
218 m_pEditWin->InsertEntry( m_pInfoTable->GetString( DI_THEME ), aStr ); in fill()
229 m_pEditWin->InsertEntry( m_pInfoTable->GetString( DI_DESCRIPTION ), in fill()
238 m_pInfoTable->GetString( DI_SIZE ), in fill()
254 m_pEditWin->InsertEntry( m_pInfoTable->GetString( DI_MIMETYPE ), in fill()
802 const String& SvtDocInfoTable_Impl::GetString( long nId ) const in GetString() function in SvtDocInfoTable_Impl
[all …]
/trunk/main/svtools/source/svhtml/
H A Dhtmlsupp.cxx76 rLangString = pOption->GetString(); in ParseScriptOptions()
86 rSrc = INetURLObject::GetAbsURL( rBaseURL, pOption->GetString() ); in ParseScriptOptions()
89 rLibrary = pOption->GetString(); in ParseScriptOptions()
93 rModule = pOption->GetString(); in ParseScriptOptions()
/trunk/main/idl/source/objects/
H A Dbastype.cxx271 *(ByteString *)this = pTok->GetString(); in ReadSvIdl()
361 if( rBase.FindId( pTok->GetString(), &n ) ) in ReadSvIdl()
363 *(ByteString *)this = pTok->GetString(); in ReadSvIdl()
429 *(ByteString *)this = pTok->GetString(); in ReadSvIdl()
525 bOk = MakeId( String::CreateFromAscii( pTok->GetString().GetBuffer() ) ); in ReadSvIdl()
/trunk/main/starmath/source/
H A Dunomodel.cxx96 String aAppGroupname( aLocalizedStrings.GetString( 0 ) ); in SmPrintUIOptions()
102 …m_aUIProperties[1].Value = getSubgroupControlOpt( aLocalizedStrings.GetString( 1 ), rtl::OUString(… in SmPrintUIOptions()
105 m_aUIProperties[2].Value = getBoolControlOpt( aLocalizedStrings.GetString( 2 ), in SmPrintUIOptions()
110 m_aUIProperties[3].Value = getBoolControlOpt( aLocalizedStrings.GetString( 3 ), in SmPrintUIOptions()
115 m_aUIProperties[4].Value = getBoolControlOpt( aLocalizedStrings.GetString( 4 ), in SmPrintUIOptions()
121 …m_aUIProperties[5].Value = getSubgroupControlOpt( aLocalizedStrings.GetString( 5 ), rtl::OUString(… in SmPrintUIOptions()
125 aChoices[0] = aLocalizedStrings.GetString( 6 ); in SmPrintUIOptions()
126 aChoices[1] = aLocalizedStrings.GetString( 7 ); in SmPrintUIOptions()
127 aChoices[2] = aLocalizedStrings.GetString( 8 ); in SmPrintUIOptions()
/trunk/main/dbaccess/source/ui/misc/
H A DHtmlReader.cxx334 m_sValToken = pOption->GetString(); in fetchOptions()
340 m_sNumToken = pOption->GetString(); in fetchOptions()
361 const String& rOptVal = pOption->GetString(); in TableDataOn()
400 const String& rFace = pOption->GetString(); in TableFontOn()
434 const String& rOptVal = pOption->GetString(); in GetWidthPixel()
/trunk/main/basic/source/inc/
H A Dexpr.hxx150 const String& GetString() { return aStrVal; } in GetString() function in SbiExprNode
209 const String& GetString() { return pExpr->GetString(); } in GetString() function in SbiExpression
225 const String& GetString() { return aVal; } in GetString() function in SbiConstExpression
/trunk/main/svx/source/dialog/
H A Dstrarray.cxx62 return ResStringArray::GetString( nPos ); in GetStringByPos()
74 return ResStringArray::GetString( nPos ); in GetStringByType()
87 if ( rStr == ResStringArray::GetString( i ) ) in GetValueByStr()

Completed in 258 milliseconds

12345678910>>...14