Home
last modified time | relevance | path

Searched refs:SetString (Results 1 – 25 of 93) sorted by relevance

1234

/trunk/main/sw/source/core/inc/
H A Dtextapi.hxx50 void SetString( const String& rText );
63 void SetString( const String& rText ) { pSource->SetString( rText ); } in SetString() function in SwTextAPIObject
/trunk/main/sc/source/ui/docshell/
H A Dtablink.cxx375 pDoc->SetString( 0,0,nTab, ScGlobal::GetRscString(STR_LINKERROR) ); in Refresh()
376 pDoc->SetString( 0,1,nTab, ScGlobal::GetRscString(STR_LINKERRORFILE) ); in Refresh()
377 pDoc->SetString( 1,1,nTab, aNewUrl ); in Refresh()
378 pDoc->SetString( 0,2,nTab, ScGlobal::GetRscString(STR_LINKERRORTAB) ); in Refresh()
379 pDoc->SetString( 1,2,nTab, aTabName ); in Refresh()
H A Ddocsh8.cxx351 aDocument.SetString( static_cast<SCCOL>(i), 0, 0, aHeader ); in DBaseImport()
530 pStrData->SetString( aFieldName ); in lcl_GetColumnTypes()
674 pDoc->SetString( nCol, nFirstRow, nTab, aOutString ); in lcl_GetColumnTypes()
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx2368 pDoc->SetString(nCol++, nRow, nTab, "ObjectTyp"); in LoadObjects()
2369 pDoc->SetString(nCol++, nRow, nTab, "Col"); in LoadObjects()
2370 pDoc->SetString(nCol++, nRow, nTab, "Row"); in LoadObjects()
2371 pDoc->SetString(nCol++, nRow, nTab, "Tab"); in LoadObjects()
2372 pDoc->SetString(nCol++, nRow, nTab, "X"); in LoadObjects()
2373 pDoc->SetString(nCol++, nRow, nTab, "Y"); in LoadObjects()
2374 pDoc->SetString(nCol++, nRow, nTab, "W"); in LoadObjects()
2375 pDoc->SetString(nCol++, nRow, nTab, "H"); in LoadObjects()
2418 pDoc->SetString(nCol++, nRow, nTab, "Ole-Object"); in LoadObjects()
2421 pDoc->SetString(nCol++, nRow, nTab, "Image-Object"); in LoadObjects()
[all …]
/trunk/main/xmloff/inc/
H A Dxexptran.hxx82 void SetString(const rtl::OUString& rNew, const SvXMLUnitConverter& rConv);
111 void SetString(const rtl::OUString& rNew, const SvXMLUnitConverter& rConv);
/trunk/main/sc/source/core/tool/
H A Dconsoli.cxx698 pDestDoc->SetString( nCol, nRow, nTab, aCornerText ); in OutputToDocument()
709 … pDestDoc->SetString( sal::static_int_cast<SCCOL>(nStartCol+i), nRow, nTab, *ppColHeaders[i] ); in OutputToDocument()
712 … pDestDoc->SetString( nCol, sal::static_int_cast<SCROW>(nStartRow+j), nTab, *ppRowHeaders[j] ); in OutputToDocument()
840 pDestDoc->SetString( nCol-1, nRow+nArrY+nTPos, nTab, aString ); in OutputToDocument()
/trunk/main/vcl/source/control/
H A Dlstbox.cxx240 mpImplWin->SetString( GetSelectEntry() ); in IMPL_LINK()
297 mpImplWin->SetString( mpImplLB->GetEntryList()->GetEntryText( nChanged ) ); in IMPL_LINK()
307 mpImplWin->SetString( ImplGetSVEmptyStr() ); in IMPL_LINK()
1054 mpImplWin->SetString( ImplGetSVEmptyStr() ); in Clear()
1070 mpImplWin->SetString( ImplGetSVEmptyStr() ); in SetNoSelection()
/trunk/main/sc/source/filter/xml/
H A DXMLTextPContext.cxx211 pCellContext->SetString(pContentBuffer->makeStringAndClear()); in EndElement()
213 pCellContext->SetString(sSimpleContent); in EndElement()
/trunk/main/rsc/inc/
H A Drscinst.hxx81 ERRTYPE SetString( Atom nVarName, const char * );
85 ERRTYPE SetString( const char * );
H A Drscstr.hxx63 ERRTYPE SetString( const RSCINST &, const char * pStr );
/trunk/main/rsc/source/parser/
H A Drscyacc.cxx93 void SetString( const RSCINST & rInst, const char * pVarName, const char * pStr ) in SetString() function
100 aError = aInst.pClass->SetString( aInst, pStr ); in SetString()
H A Dyyrscyacc.y390 SetString( S.Top(), "TEXT", $1 );
872 aError = S.Top().pClass->SetString( S.Top(), $1 );
879 aError = aInst.pClass->SetString( aInst, $1 );
/trunk/main/rsc/source/res/
H A Drscstr.cxx81 ERRTYPE RscString::SetString( const RSCINST & rInst, const char * pStr ){ in SetString() function in RscString
185 SetString( aInst, ((RscStringInst *)rDflt.pData)->pStr ); in Create()
H A Drsccont.cxx470 ERRTYPE RscBaseCont::SetString( const RSCINST & rInst, const char * pStr ) in SetString() function in RscBaseCont
485 aError = aTmpI.pClass->SetString( aTmpI, pStr ); in SetString()
492 aError = aTmpI.pClass->SetString( aTmpI, pStr ); in SetString()
H A Drsctop.cxx536 ERRTYPE RscTop::SetString( const RSCINST & rInst, const char * pStr ){ in SetString() function in RscTop
539 SetString( rInst, pStr ); in SetString()
/trunk/main/xmloff/source/draw/
H A Dxexptran.cxx522 SetString(rNew, rConv); in SdXMLImExTransform2D()
527 void SdXMLImExTransform2D::SetString(const OUString& rNew, const SvXMLUnitConverter& rConv) in SetString() function in SdXMLImExTransform2D
1026 SetString(rNew, rConv); in SdXMLImExTransform3D()
1031 void SdXMLImExTransform3D::SetString(const OUString& rNew, const SvXMLUnitConverter& rConv) in SetString() function in SdXMLImExTransform3D
/trunk/main/sc/source/core/data/
H A Ddpoutput.cxx629 pDoc->SetString( nCol, nRow, nTab, aCaptionBuf.makeStringAndClear() ); in HeaderCell()
677 pDoc->SetString( nCol, nRow, nTab, rCaption ); in FieldCell()
694 pDoc->SetString( nCol, nRow, nTab, ScGlobal::GetRscString(STR_CELL_FILTER) ); in lcl_DoFilterButton()
844 pDoc->SetString( nFldCol, nHdrRow, nTab, aPageValue ); in Output()
859 pDoc->SetString( nTabStartCol, nTabStartRow, nTab, aDesc ); in Output()
/trunk/main/svx/source/fmcomp/
H A Ddbaexchange.cxx247 return SetString(m_sCompatibleFormat, _rFlavor); in GetData()
505 return SetString(m_sCompatibleObjectDescription, rFlavor); in GetData()
H A Dxmlexchg.cxx68 return SetString( ::rtl::OUString( String::CreateFromAscii("XForms-Transferable") ), _rFlavor ); in GetData()
/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx333 mpDoc->SetString( nCol, nRow, nTab, pE->aAltText, pFormatter ); in WriteToDocument()
378 mpDoc->SetString( nCol, nRow, nTab, aStr, pFormatter, bConvertDate ); in WriteToDocument()
/trunk/main/svl/inc/svl/
H A Dslstitm.hxx58 virtual void SetString( const XubString& );
/trunk/main/sc/inc/
H A Duserlist.hxx50 void SetString( const String& rStr);
/trunk/main/svtools/source/misc/
H A Dstringtransfer.cxx57 return SetString( m_sContent, _rFlavor ); in GetData()
/trunk/main/toolkit/test/accessibility/
H A DOptions.java40 static public void SetString (String sName, String sValue) in SetString() method in Options
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DOptions.java43 static public void SetString (String sName, String sValue) in SetString() method in Options

Completed in 118 milliseconds

1234