Home
last modified time | relevance | path

Searched refs:getString (Results 476 – 500 of 684) sorted by relevance

1...<<11121314151617181920>>...28

/trunk/main/dbaccess/source/core/api/
H A DKeySet.cxx1468 ::rtl::OUString SAL_CALL OKeySet::getString( sal_Int32 columnIndex ) throw(SQLException, RuntimeExc… in getString() function in OKeySet
1472 return m_xRow->getString(columnIndex); in getString()
1729 ::rtl::OUString sValue = aValue.getString(); in impl_convertValue_throw()
H A Ddatacolumn.hxx84 …virtual ::rtl::OUString SAL_CALL getString( ) throw(::com::sun::star::sdbc::SQLException, ::com::…
/trunk/main/writerfilter/source/resourcemodel/
H A Dresourcemodel.cxx415 ::rtl::OUString aStr = val.getString(); in attribute()
/trunk/main/extensions/source/propctrlr/
H A Dtaborder.cxx212 … aName = ::comphelper::getString( xControl->getPropertyValue( PROPERTY_NAME ) ); in FillList()
/trunk/main/testtools/source/performance/
H A Dubobject.cxx167 virtual OUString SAL_CALL getString() throw(::com::sun::star::uno::RuntimeException) in getString() function in benchmark_object::ServiceImpl
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DDB.java297 sValue = "'" + aResultSet.getString(i) + "'"; in QuerySQL()
/trunk/main/chart2/source/tools/
H A DTitleHelper.cxx253 aRet += aStringList[nN]->getString(); in getCompleteString()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOKeyContainer.java188 String name = row.getString(column); in appendObject()
/trunk/main/connectivity/source/commontools/
H A DTDatabaseMetaDataBase.cxx131 … aConditions.push_back(FunctionParser::parseFunction(::comphelper::getString(*pIter))); in getTypeInfo()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHConnection.cxx370 ::rtl::OUString sTableType = xValueAccess->getString( 1 ); in impl_isTextTable_nothrow()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx803 …aDefault <<= (comphelper::getString(aDefault).toInt32() == 0) ? (sal_Int16)STATE_NOCHECK : (sal_In… in InitializeGridModel()
2851 … implAppendEntry( pEntry, ::comphelper::getString( _rEvent.Accessor ), pNewData, pNewData->eType ); in elementInserted()
2875 String aName = ::comphelper::getString(_rEvent.Accessor).getStr(); in elementRemoved()
2926 String aName = ::comphelper::getString(_rEvent.Accessor).getStr(); in elementReplaced()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DCharacterPropertyItemConverter.cxx314 ::rtl::OUString aString = xFormattedString->getString(); in FillSpecialItem()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/
H A DAsciiReplaceFilter.java559 StringBuffer sBuffer = new StringBuffer(xText.getString()); in implts_export()
/trunk/main/svl/source/fsstor/
H A Dfsstorage.cxx271 ::rtl::OUString aSourceURL( xRow->getString( 1 ) ); in CopyContentToStorage_Impl()
1139 ::rtl::OUString aName( xRow->getString( 1 ) ); in getElementNames()
/trunk/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx1511 String LocalizedString::getString () in getString() function in layout::LocalizedString
1540 return getString ().GetToken (i, c); in GetToken()
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx1928 ::getString( sal_Int32 columnIndex ) in getString() function in CachedContentResultSet
1932 XROW_GETXXX( getString, OUString ); in getString()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx997 const rtl::OUString& rURL = rFieldPrimitive.getString(); in processBasePrimitive2D()
1020 aBookmark.aBookmark = rFieldPrimitive.getString(); in processBasePrimitive2D()
/trunk/main/sw/inc/
H A Dunotextrange.hxx258 virtual ::rtl::OUString SAL_CALL getString()
/trunk/main/sw/qa/complex/writer/
H A DCheckCrossReferences.java202 if ( xParaTextRange.getString().equals( "J" ) ) { in checkCrossReferences()
/trunk/main/uui/source/
H A Diahndl.hxx350 bool getString(ErrCode nErrorCode, rtl::OUString * pString) const
/trunk/main/wizards/com/sun/star/wizards/common/
H A DConfiguration.java91 public static String getString(String name, Object parent) throws Exception in getString() method in Configuration
/trunk/main/ucb/source/sorter/
H A Dsortresult.hxx306 getString( sal_Int32 columnIndex )
/trunk/main/oox/source/xls/
H A Dexternallinkfragment.cxx119 …if( getAddressConverter().convertToCellAddress( maCurrPos, rAttribs.getString( XML_r, OUString() )… in importCell()
/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.hxx167 OUString SAL_CALL getString(sal_Int32 column) throw(SQLException, RuntimeException);
/trunk/main/xmloff/source/text/
H A Dtxtimp.cxx1798 if (rCursor->getString().getLength() > in SetStyleAndAttrs()
1807 makeAny(rCursor->getString())); in SetStyleAndAttrs()
1818 if( xRange->getString().getLength() ) in SetStyleAndAttrs()

Completed in 177 milliseconds

1...<<11121314151617181920>>...28