Home
last modified time | relevance | path

Searched refs:String (Results 4526 – 4550 of 7783) sorted by relevance

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/
H A DGraphicExporter.java205 new String[] { in createTestEnvironment()
215 final String hideMode = (String) tParam.get("soapi.test.hidewindows"); in createTestEnvironment()
/trunk/main/formula/source/ui/dlg/
H A Dstructpg.cxx155 String StructPage::GetEntryText(SvLBoxEntry* pEntry) const in GetEntryText()
157 String aString; in GetEntryText()
217 String StructPage::GetSelectedEntryText() in GetSelectedEntryText()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/
H A DReportReadHandler.java85 protected XmlReadHandler getHandlerForChild(final String uri, in getHandlerForChild()
86 final String tagName, in getHandlerForChild()
218 private final Section createSection(final String name, final List handler) in createSection()
/trunk/main/fpicker/source/office/
H A Dfpsmartcontent.cxx252 String aParentURL = String( xParent->getIdentifier()->getContentIdentifier() ); in hasParentFolder()
253 bRet = ( aParentURL.Len() > 0 && aParentURL != (String)(m_pContent->getURL()) ); in hasParentFolder()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DStyleDemo.java56 public static void main( String args[] ) in main()
94 String[] Families = xFamilies.getElementNames(); in main()
106 String[] Styles = xStyles.getElementNames(); in main()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DDocumentViewHelper.java107 xReturn = xProvider.queryDispatch( aURL[0], new String( ), 0 ); in getDispatcher()
115 public XDispatch getDispatcher( String sURL ) throws java.lang.Exception in getDispatcher()
167 aToggleURL[0].Complete = new String( ".uno:SwitchControlDesignMode" ); in toggleFormDesignMode()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh9.cxx121 String aPath, aFilter; in ExecGallery()
152 String __EXPORT ScTabViewShell::GetDescription() const in GetDescription()
154 return String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM(" ** Test ** ")); in GetDescription()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/connections/
H A DPipedConnection.java57 static private final String __serviceName = "com.sun.star.connection.PipedConnection";
69 public static XSingleServiceFactory __getServiceFactory(String implName, in __getServiceFactory()
261 public String getDescription() throws com.sun.star.uno.RuntimeException { in getDescription()
/trunk/main/autodoc/source/display/html/
H A Dcre_link.cxx177 const String & operator*() const;
197 const String &
201 : String::Null_(); in operator *()
H A Dnavibar.cxx54 String sText;
55 String sLink;
124 String sTitle;
/trunk/main/uui/source/
H A Dnameclashdlg.src99 String STR_RENAME_OR_REPLACE
104 String STR_NAME_CLASH_RENAME_ONLY
109 String STR_SAME_NAME_USED
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/
H A DOOXMLViewer.java52 public static void main (final String[] aArguments) in main()
66 final Vector<String> aFilenames = new Vector<>(); in main()
94 for (final String sFilename : aFilenames) in main()
/trunk/main/extensions/source/propctrlr/
H A Dformlinkdialog.src141 String STR_DETAIL_FORM
146 String STR_MASTER_FORM
151 String STR_ERROR_RETRIEVING_COLUMNS
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx111 String aName;
222 void METChrStr(Point aPt, String aStr);
1366 void METWriter::METChrStr( Point aPt, String aUniStr ) in METChrStr()
1865 METChrStr(aPt, String(pA->GetText(),pA->GetIndex(),pA->GetLen())); in WriteOrders()
1873 String aStr; in WriteOrders()
1893 aStr=String(pA->GetText(),pA->GetIndex(),pA->GetLen()); in WriteOrders()
1912 METChrStr( aPt2, String( aStr.GetChar( i ) ) ); in WriteOrders()
1927 String aStr; in WriteOrders()
1949 aStr=String(pA->GetText(),pA->GetIndex(),pA->GetLen()); in WriteOrders()
1966 METChrStr( aPt2, String( aStr.GetChar( i ) ) ); in WriteOrders()
/trunk/main/sd/source/ui/tools/
H A DPreviewRenderer.cxx111 const String& rSubstitutionText, in RenderPage()
140 const String& rSubstitutionText, in RenderPage()
178 const String& rSubstitutionText) in RenderSubstitution()
370 void PreviewRenderer::PaintSubstitutionText (const String& rSubstitutionText) in PaintSubstitutionText()
/trunk/main/sw/inc/
H A Dswtable.hxx251 static sal_uInt16 _GetBoxNum( String& rStr,
259 const SwTableBox* GetTblBox( const String& rName,
284 sal_Bool IsTblComplexForChart( const String& rSel,
425 String GetName() const;
/trunk/main/sw/source/ui/shells/
H A Ddrawsh.cxx164 bAsLink ? aDlg.GetPath() : String(), in InsertPictureFromFile()
165 bAsLink ? aDlg.GetCurrentFilter() : String()); in InsertPictureFromFile()
176 aSet.Put(XFillBitmapItem(String(), aGraphic)); in InsertPictureFromFile()
533 SetName(String::CreateFromAscii("Draw")); in SwDrawShell()
/trunk/main/desktop/source/app/
H A Ddispatchwatcher.cxx66 String GetURL_Impl(
67 const String& rName, boost::optional< rtl::OUString > const & cwdUrl );
140 String aPrinterName; in executeDispatchRequests()
191 String aName( GetURL_Impl( aDispatchRequest.aURL, aDispatchRequest.aCwdUrl ) ); in executeDispatchRequests()
/trunk/main/toolkit/source/awt/
H A Dvclxprinter.cxx79 VCLXPrinterPropertySet::VCLXPrinterPropertySet( const String& rPrinterName ) in IMPLEMENT_FORWARD_XINTERFACE2()
226 String aDescr( RTL_CONSTASCII_USTRINGPARAM( "*;*;" ) ); in getFormDescriptions()
277 VCLXPrinter::VCLXPrinter( const String& rPrinterName ) in VCLXPrinter()
344 VCLXInfoPrinter::VCLXInfoPrinter( const String& rPrinterName ) in VCLXInfoPrinter()
/trunk/main/sc/source/ui/vba/
H A Dvbaworkbooks.cxx74 String aPrjName( RTL_CONSTASCII_USTRINGPARAM( "Standard" ) ); in setUpDocumentModules()
99 String sCodeName = pDoc->GetCodeName(); in setUpDocumentModules()
102 sCodeName = String( RTL_CONSTASCII_USTRINGPARAM("ThisWorkbook") ); in setUpDocumentModules()
342 String aUniStr( sStr ); in Open()
/trunk/main/sw/source/core/txtnode/
H A Datrfld.cxx212 String const aEntry( GetField()->ExpandField( pDoc->IsClipBoard() ) ); in SwClientNotify()
556 const String SwTxtInputFld::GetFieldContent() const in GetFieldContent()
572 const String aNewFieldContent = GetTxtNode().GetExpandTxt( nIdx, nLen ); in UpdateFieldContent()
586 void SwTxtInputFld::UpdateTextNodeContent( const String& rNewContent ) in UpdateTextNodeContent()
/trunk/main/vcl/source/control/
H A Dedit.cxx135 String aOldTextAfterStartPos;
142 Impl_IMEInfos( xub_StrLen nPos, const String& rOldTextAfterStartPos );
151 Impl_IMEInfos::Impl_IMEInfos( xub_StrLen nP, const String& rOldTextAfterStartPos ) in Impl_IMEInfos()
531 String* pDisplayText = &mpControlData->mpLayoutData->m_aDisplayText; in ImplRepaint()
781 String Edit::ImplGetValidString( const String& rString ) const in ImplGetValidString()
783 String aValidString( rString ); in ImplGetValidString()
957 String aChgText( aTmpText.copy( nChgPos ).getStr(), nChgLen ); in ImplInsertText()
968 aNewText = String::EmptyString(); in ImplInsertText()
974 aNewText = String::EmptyString(); in ImplInsertText()
982 maText.Insert( String( aNewText ), (xub_StrLen)aSelection.Min() ); in ImplInsertText()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx1034 String aString(PrinterName);
1892 String aString(aPropertyName); in setPropertyValue()
1966 aNewOpt.SetGridColor( nIntVal, String() ); in setPropertyValue()
2011 String aString(aPropertyName); in getPropertyValue()
2126 String aInitVal, aTitle; in startRangeSelection()
2137 String aPropName(rProp.Name); in startRangeSelection()
2144 aTitle = String( aStrVal ); in startRangeSelection()
2149 aInitVal = String( aStrVal ); in startRangeSelection()
2223 void ScTabViewObj::RangeSelDone( const String& rText ) in RangeSelDone()
2233 void ScTabViewObj::RangeSelAborted( const String& rText ) in RangeSelAborted()
[all …]
/trunk/test/testuno/source/fvt/uno/sd/shape/
H A DShapeTypes.java61 String filePath = null;
162 String sFilter, String sExtension) throws Exception { in saveAndReloadDoc()
/trunk/test/testuno/source/fvt/uno/sd/slideshow/
H A DSlideShow.java59 String filePath = null;
174 String sFilter, String sExtension) throws Exception { in saveAndReloadDoc()

Completed in 95 milliseconds

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