Home
last modified time | relevance | path

Searched refs:String (Results 4701 – 4725 of 7783) sorted by relevance

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

/trunk/main/svx/source/form/
H A Dfmexch.cxx347 …s_nFormat = SotExchange::RegisterFormatName(String::CreateFromAscii("application/x-openoffice;wind… in getControlPathFormatId()
359 …s_nFormat = SotExchange::RegisterFormatName(String::CreateFromAscii("application/x-openoffice;wind… in getHiddenControlModelsFormatId()
371 …s_nFormat = SotExchange::RegisterFormatName(String::CreateFromAscii("application/x-openoffice;wind… in getFieldExchangeFormatId()
/trunk/main/svtools/source/edit/
H A Dxtextedt.cxx40 ExtTextEngine::ExtTextEngine() : maGroupChars( String::CreateFromAscii( "(){}[]", 6 ) ) in ExtTextEngine()
179 String aText = GetText( nNode ); in Search()
374 String aText = GetTextEngine()->GetText( nPara ); in ImpIndentBlock()
/trunk/main/svtools/source/inc/
H A Dsgvmain.hxx325 String SVFName; // z.B. "Times New Roman" = 15 Chars
333 String FNam; // vollst�ndiger Filename des Inifiles
341 void AssignFN(const String& rFName);
/trunk/main/sw/source/core/access/
H A Dacctextframe.cxx104 const String& sOldTitle( in Modify()
106 const String& sNewTitle( in Modify()
135 const String& rDesc = pFlyFrmFmt->GetObjDescription(); in Modify()
/trunk/main/vcl/inc/unx/gtk/
H A Dgtkframe.hxx188 String m_aTitle;
349 virtual String GetKeyName( sal_uInt16 nKeyCode );
350 virtual String GetSymbolKeyName( const XubString& rFontName, sal_uInt16 nKeyCode );
/trunk/main/tools/source/stream/
H A Dstrmwnt.cxx128 SvFileStream::SvFileStream( const String& rFileName, StreamMode nMode ) in SvFileStream()
460 void SvFileStream::Open( const String& rFilename, StreamMode nMode ) in Open()
462 String aParsedFilename(rFilename); in Open()
/trunk/main/editeng/source/rtf/
H A Drtfgrf.cxx261 xub_StrLen SvxRTFParser::HexToBin( String& rToken ) in HexToBin()
520 String sTmp; in ReadBmpData()
532 String sTmpStr; in ReadBmpData()
/trunk/main/filter/source/svg/
H A Dsvgfontexport.cxx104 aText = String( pA->GetText(), pA->GetIndex(), pA->GetLen() ); in implCollectGlyphs()
118 aText = String( pA->GetText(), pA->GetIndex(), pA->GetLen() ); in implCollectGlyphs()
125 aText = String( pA->GetText(), pA->GetIndex(), pA->GetLen() ); in implCollectGlyphs()
/trunk/main/sc/source/ui/unoobj/
H A Dsrchuno.cxx157 String aString(aPropertyName); in setPropertyValue()
178 String aString(aPropertyName); in getPropertyValue()
209 String aServiceStr(rServiceName); in supportsService()
/trunk/main/chart2/source/view/main/
H A DChartItemPool.cxx49 …SfxItemPool( String( RTL_CONSTASCII_USTRINGPARAM( "ChartItemPool" )), SCHATTR_START, SCHATTR_END, … in ChartItemPool()
85 …R_STAT_RANGE_POS - SCHATTR_START] = new SfxStringItem (SCHATTR_STAT_RANGE_POS, String()); in ChartItemPool()
86 …R_STAT_RANGE_NEG - SCHATTR_START] = new SfxStringItem (SCHATTR_STAT_RANGE_NEG, String()); in ChartItemPool()
/trunk/main/connectivity/source/inc/file/
H A DFConnection.hxx66 String m_aFilenameExtension;
134 sal_Bool matchesExtension( const String& _rExt ) const;
136 inline const String& getExtension() const { return m_aFilenameExtension; } in getExtension()
/trunk/main/cui/source/tabpages/
H A Dalign.cxx252 …maVsRefEdge.InsertItem( IID_BOTTOMLOCK, aImageList.GetImage( IID_BOTTOMLOCK ), String( CUI_RES( S… in InitVsRefEgde()
253 …maVsRefEdge.InsertItem( IID_TOPLOCK, aImageList.GetImage( IID_TOPLOCK ), String( CUI_RES( S… in InitVsRefEgde()
254 …maVsRefEdge.InsertItem( IID_CELLLOCK, aImageList.GetImage( IID_CELLLOCK ), String( CUI_RES( S… in InitVsRefEgde()
H A Dalign.src241 String STR_BOTTOMLOCK
245 String STR_TOPLOCK
249 String STR_CELLLOCK
/trunk/main/dbaccess/source/ui/dlg/
H A Dparamdialog.cxx254 String sMessage;
257 sMessage = String(ModuleRes(STR_COULD_NOT_CONVERT_PARAM));
259 sMessage.SearchAndReplaceAll(String::CreateFromAscii("$name$"), sName.getStr());
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvasShape.java266 String sText = xText.getText(); in paintText()
344 public String toString () in toString()
387 private String
/trunk/main/extensions/source/dbpilots/
H A Dcommonpagesdbp.src215 String RID_STR_TYPE_TABLE
220 String RID_STR_TYPE_QUERY
225 String RID_STR_TYPE_COMMAND
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/share/
H A DComplexTest.java30 public String[] getTestMethodNames(); in getTestMethodNames()
32 public String getTestObjectName(); in getTestObjectName()
/trunk/main/toolkit/test/accessibility/
H A DPrint.java24 void print (String text); in print()
25 void println (String text); in println()
/trunk/main/sfx2/source/inc/
H A Dfltfnc.hxx28 sal_Bool SfxIsHelpEntryURL( const String &rURL, const String &rExtMask );
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx1456 static String lcl_MaskDeletedRedlines( const SwTxtNode* pTxtNd ) in lcl_MaskDeletedRedlines()
1458 String aRes; in lcl_MaskDeletedRedlines()
1462 String sNodeText(pTxtNd->GetTxt()); in lcl_MaskDeletedRedlines()
1495 String sNodeText( lcl_MaskDeletedRedlines( pTxtNd ) ); in GoSentence()
1562 String sStartText( lcl_MaskDeletedRedlines( pStartNd ) ); in ExpandToSentenceBorders()
1563 String sEndText( pStartNd == pEndNd? sStartText : lcl_MaskDeletedRedlines( pEndNd ) ); in ExpandToSentenceBorders()
2033 sal_Bool SwTableCursor::GotoTable( const String& /*rName*/ ) in GotoTable() argument
2038 sal_Bool SwCursor::GotoTable( const String& rName ) in GotoTable()
2057 sal_Bool SwCursor::GotoTblBox( const String& rName ) in GotoTblBox()
/trunk/main/sfx2/inc/sfx2/
H A DQuerySaveDocument.hxx30 class String;
38 Window* _pParent,const String& _rTitle);
/trunk/main/svx/source/items/
H A Dsvxempty.cxx33 static String aImplSVXEmptySStr;
34 String& rImplEmptySStr = aImplSVXEmptySStr;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/basicrunner/
H A DBasicException.java30 public String info;
35 public BasicException(String info) { in BasicException()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DIDocument.java39 …public void checkOneFile(String _sDocument, String _sResult, ParameterHelper _aParams) throws Offi… in checkOneFile()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DXsdNamespace.java27 public static final String URI = "http://www.w3.org/2001/XMLSchema";
28 public static final String Prefix = "xsd";

Completed in 102 milliseconds

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