Home
last modified time | relevance | path

Searched refs:String (Results 4551 – 4575 of 7783) sorted by relevance

1...<<181182183184185186187188189190>>...312

/trunk/test/testuno/source/fvt/uno/sw/table/
H A DTableBorderSpacingtoContent.java74 String[] cellName=xTable.getCellNames(); in testtableBorderSpacingtoContent()
114 String[] cellName_assert_odt=xTable_Assert_odt.getCellNames(); in testtableBorderSpacingtoContent()
133 String[] cellName_assert_doc=xTable_Assert_doc.getCellNames(); in testtableBorderSpacingtoContent()
/trunk/main/sw/source/ui/envelp/
H A Dswuilabimp.hxx30 String sActDBName;
108 String sVisCardGroup;
109 String sTempURL;
/trunk/main/filter/source/msfilter/
H A Deschesdo.hxx43 String mType;
69 const String& GetType() const { return mType; } in GetType()
70 void SetType( const String& rS ) { mType = rS; } in SetType()
/trunk/main/formula/inc/formula/
H A Dtokenarray.hxx201 FormulaToken* AddString( const String& rStr );
207 FormulaToken* AddExternal( const String& rStr, OpCode eOp = ocExternal );
209 FormulaToken* AddBad( const String& rStr ); /// ocBad with String
/trunk/main/forms/qa/integration/forms/
H A DDocumentViewHelper.java111 xReturn = xProvider.queryDispatch( aURL[0], new String( ), 0 ); in getDispatcher()
119 public XDispatch getDispatcher( String url ) throws java.lang.Exception in getDispatcher()
132 public boolean dispatch( String url ) throws java.lang.Exception in dispatch()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DViewSample.java35 public static void main( String args[] ) in main()
53 public ViewSample( String[] args ) in ViewSample()
133 public String aResult;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/tree/
H A D_XMutableTreeNode.java58 public XMutableTreeNode createNode(String name); in createNode()
257 String sDataValue = (String) oObj.getDataValue(); in _DataValue()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DViewSample.cs33 public static void Main( String [] args ) in Main()
51 public ViewSample( String[] args ) in ViewSample()
149 public String aResult;
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleOutlineView.cxx158 ::rtl::OUString sName = String( SdResId(SID_SD_A11Y_D_PRESENTATION) ); in getAccessibleName()
294 return String( SdResId(SID_SD_A11Y_I_OUTLINEVIEW_N) ); in CreateAccessibleName()
307 return String( SdResId(SID_SD_A11Y_I_OUTLINEVIEW_D) ); in CreateAccessibleDescription()
/trunk/main/sw/source/core/draw/
H A Ddpage.cxx173 String sTxt; in RequestHelp()
201 ((( sTxt += '?' ) += String::CreateFromInt32( aPt.X() )) in RequestHelp()
202 += ',' ) += String::CreateFromInt32( aPt.Y() ); in RequestHelp()
/trunk/main/autodoc/source/parser/cpp/
H A Dsownstck.hxx276 throw X_Parser(X_Parser::x_UnspecifiedSyntaxError, "", String::Null_(), 0); in CloseBlock()
283 throw X_Parser(X_Parser::x_UnspecifiedSyntaxError, "", String::Null_(), 0); in CloseBlock()
295 throw X_Parser(X_Parser::x_UnspecifiedSyntaxError, "", String::Null_(), 0); in CloseClass()
/trunk/main/basic/source/comp/
H A Dio.cxx129 aInfo.m_aKeywordSymbol = String( RTL_CONSTASCII_USTRINGPARAM( "line" ) ); in Line()
286 String aLen( aSym ); in Open()
317 aInfo.m_aKeywordSymbol = String( RTL_CONSTASCII_USTRINGPARAM( "name" ) ); in Name()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmacromigrationwizard.cxx207 String(MacroMigrationResId(STR_INVALID_NUMBER_ARGS)), in initialize()
215 String(MacroMigrationResId(STR_NO_DATABASE)), in initialize()
223 String(MacroMigrationResId(STR_NOT_READONLY)), in initialize()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_versionboxes.src35 String RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES {
51 String RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES {
67 String RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES {
/trunk/main/dbaccess/source/ui/inc/
H A DTableController.hxx57 String m_sTypeNames; // these type names are the ones out of the resource file
68String createUniqueName(const ::com::sun::star::uno::Reference< ::com::sun::star::container::XName…
/trunk/main/sw/source/filter/xml/
H A Dxmltexte.cxx178 String aString; in exportStyleContent()
230 String aNewURL( RTL_CONSTASCII_STRINGPARAM( "vnd.sun.star.Package:" ) ); in setTextEmbeddedGraphicURL()
231 aNewURL += String( rURL ); in setTextEmbeddedGraphicURL()
242 static void lcl_addURL ( SvXMLExport &rExport, const String &rURL, in lcl_addURL()
245 String sRelURL; in lcl_addURL()
/trunk/main/vcl/inc/vcl/
H A Dprint.hxx290 static const QueueInfo* GetQueueInfo( const String& rPrinterName, bool bStatusUpdate );
306 String GetJobValue( const String& rKey ) const { return maJobSetup.GetValue( rKey ); } in GetJobValue()
307 …void SetJobValue( const String& rKey, const String& rValue ) { maJobSetup.SetValue( rKey, rVa… in SetJobValue()
/trunk/main/reportdesign/source/ui/dlg/
H A DCondition.cxx154 String aStrWhite( ModuleRes(STR_COLOR_WHITE) ); in OColorPopup()
209 m_aColorSet.SetText( String(ModuleRes( STR_TRANSPARENT )) ); in SetSlotId()
346 m_pColorFloat->SetText(String(ModuleRes(nTextId)));
718 String sHeader( ModuleRes( STR_NUMBERED_CONDITION ) ); in setConditionIndex()
719 sHeader.SearchAndReplaceAscii( "$number$", String::CreateFromInt32( _nCondIndex + 1 ) ); in setConditionIndex()
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx64 , maToolTipString( String( VclResId( SV_PRINT_PRINTPREVIEW_TXT ) ) ) in PrintPreviewWindow()
78 maHorzDim.SetText( String( RTL_CONSTASCII_USTRINGPARAM( "2.0in" ) ) ); in PrintPreviewWindow()
79 maVertDim.SetText( String( RTL_CONSTASCII_USTRINGPARAM( "2.0in" ) ) ); in PrintPreviewWindow()
850 , maNoPageStr( String( VclResId( SV_PRINT_NOPAGES ) ) ) in PrintDialog()
853 , maPrintToFileText( String( VclResId( SV_PRINT_TOFILE_TXT ) ) ) in PrintDialog()
854 , maDefPrtText( String( VclResId( SV_PRINT_DEFPRT_TXT ) ) ) in PrintDialog()
1885 String aDefPrt( Printer::GetDefaultPrinterName() ); in updatePrinterText()
1899 maJobPage.maLocationTxt.SetText( String() ); in updatePrinterText()
1900 maJobPage.maCommentTxt.SetText( String() ); in updatePrinterText()
1901 maJobPage.maStatusTxt.SetText( String() ); in updatePrinterText()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocedt.cxx767 bool SwDoc::Overwrite( const SwPaM &rRg, const String &rStr ) in Overwrite()
793 String aStr; in Overwrite()
1991String aText( ((SwTxtNode*)pNd)->GetTxt().Copy( nBeginGrammarCheck, nEndGrammarCheck - nBeginGramm… in Spell()
2199 sal_Bool lcl_GetTokenToParaBreak( String& rStr, String& rRet, sal_Bool bRegExpRplc ) in lcl_GetTokenToParaBreak()
2205 String sPara( String::CreateFromAscii( in lcl_GetTokenToParaBreak()
2232 bool SwDoc::ReplaceRange( SwPaM& rPam, const String& rStr, in ReplaceRange()
2307 bool SwDoc::ReplaceRangeImpl( SwPaM& rPam, const String& rStr, in ReplaceRangeImpl()
2332 String sRepl( rStr ); in ReplaceRangeImpl()
2388 String sIns; in ReplaceRangeImpl()
2486 String sIns; in ReplaceRangeImpl()
[all …]
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx496String AccessibleEditableTextPara::GetText( sal_Int32 nIndex ) SAL_THROW((uno::RuntimeException)) in GetText()
503String AccessibleEditableTextPara::GetTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) SAL_… in GetTextRange()
940String sStr = ::rtl::OUString( String( EditResId (RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION ) ) ); in getAccessibleDescription()
941 String sParaIndex = ::rtl::OUString::valueOf( GetParagraphIndex() ); in getAccessibleDescription()
942 sStr.SearchAndReplace( String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "$(ARG)" )), in getAccessibleDescription()
981 String sStr = ::rtl::OUString( String( EditResId (RID_SVXSTR_A11Y_PARAGRAPH_NAME) ) ); in getAccessibleName()
982 String sParaIndex = ::rtl::OUString::valueOf( nPara ); in getAccessibleName()
983 sStr.SearchAndReplace( String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "$(ARG)" )), in getAccessibleName()
1360 String AccessibleEditableTextPara::GetFieldTypeNameAtIndex(sal_Int32 nIndex) in GetFieldTypeNameAtIndex()
1362 String strFldType; in GetFieldTypeNameAtIndex()
[all …]
/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx404 String aStr; in CreateMatrixFromDoubleRef()
465 String aStr; in GetMatrix()
505 String aStr = GetString(); in GetMatrix()
578 String aStr; in ScMatValue()
1111 String aTmp( pMat1->GetString( *pFormatter, i, j)); in MatConcat()
1295 String sStr1, sStr2; in ScAmpersand()
1314 String sStr; in ScAmpersand()
1348 String aTmp( sStr); in ScAmpersand()
1363 String aTmp( pMat->GetString( *pFormatter, i)); in ScAmpersand()
3231 String aVal; in ScMatRef()
[all …]
/trunk/main/svx/source/sidebar/line/
H A DLinePropertyPanel.cxx96 const String sNone(SVX_RES(RID_SVXSTR_NONE)); in FillLineEndListBox()
342 mpTBColor->SetQuickHelpText(TBI_COLOR,String(SVX_RES(STR_QH_TB_COLOR))); //Add in Initialize()
360 mpTBWidth->SetQuickHelpText(TBI_WIDTH,String(SVX_RES(STR_QH_TB_WIDTH))); //Add in Initialize()
563 mpMFTransparent->SetText(String()); in NotifyItemUpdate()
843 pDashEntry ? pDashEntry->GetName() : String(),
1086 const String& rsColorName, in SetColor()
/trunk/main/sw/source/ui/misc/
H A Dnum.cxx195 aLevelLB.InsertEntry(String::CreateFromInt32(i)); in SwNumPositionTabPage()
196 String sEntry(String::CreateFromAscii("1 - ")); in SwNumPositionTabPage()
197 sEntry += String::CreateFromInt32(MAXLEVEL); in SwNumPositionTabPage()
909 aListtabMF.SetText( String() ); in IMPL_LINK()
1098 String sNumCharFmt, sBulletCharFmt; in PageCreated()
/trunk/main/svtools/source/misc/
H A Dembedhlp.cxx482 … pGF->ImportGraphic( *mpImp->pGraphic, String(), *pGraphicStream, GRFILTER_FORMAT_DONTKNOW ); in GetReplacement()
617 if ( pGF->ImportGraphic( *pGraphic, String(), *pStream, GRFILTER_FORMAT_DONTKNOW ) == 0 ) in GetHCGraphic()
648 pGF->ImportGraphic( *mpImp->pGraphic, String(), *pGraphicStream, GRFILTER_FORMAT_DONTKNOW ); in SetGraphicStream()
742 void EmbeddedObjectRef::DrawPaintReplacement( const Rectangle &rRect, const String &rText, OutputDe… in DrawPaintReplacement()
746 Font aFnt( String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "Helvetica" ) ), aAppFontSz ); in DrawPaintReplacement()
971 return String(); in GetChartType()

Completed in 160 milliseconds

1...<<181182183184185186187188189190>>...312