Home
last modified time | relevance | path

Searched refs:String (Results 1 – 25 of 7783) sorted by last modified time

12345678910>>...312

/trunk/main/editeng/source/misc/
H A Dunolingu.cxx518 String aNode( A2OU( "ServiceManager/ThesaurusList" ) ); in GetCfgLocales()
1159 DictionaryType_NEGATIVE, String() ), UNO_QUERY ); in GetChangeAll()
/trunk/main/linguistic/source/
H A Dmisc.cxx517 sal_Bool IsReadOnly( const String &rURL, sal_Bool *pbExist ) in IsReadOnly()
720 sal_Bool IsUpper( const String &rText, xub_StrLen nPos, xub_StrLen nLen, sal_Int16 nLanguage ) in IsUpper()
732 sal_Bool IsLower( const String &rText, xub_StrLen nPos, xub_StrLen nLen, sal_Int16 nLanguage ) in IsLower()
744 String ToLower( const String &rText, sal_Int16 nLanguage ) in ToLower()
754 String ToUpper( const String &rText, sal_Int16 nLanguage ) in ToUpper()
764 String ToTitle( const String &rText, sal_Int16 nLanguage ) in ToTitle()
854 sal_Bool IsNumeric( const String &rText ) in IsNumeric()
/trunk/main/cui/source/options/
H A Dfontsubs.src164 String STR_HEADER1
168 String STR_HEADER2
172 String STR_HEADER3
176 String STR_HEADER4
180 String STR_AUTOMATIC
H A Ddoclinkdialog.src120 String STR_EDIT_LINK
124 String STR_NEW_LINK
130 String STR_LINKEDDOC_DOESNOTEXIST
135 String STR_LINKEDDOC_NO_SYSTEM_FILE
140 String STR_NAME_CONFLICT
/trunk/main/cui/source/dialogs/
H A Ddlgname.cxx44 SvxNameDialog::SvxNameDialog( Window* pWindow, const String& rName, const String& rDesc ) : in SvxNameDialog()
91 const String& rName) in SvxObjectNameDialog()
126 const String& rTitle, in SvxObjectTitleDescDialog()
127 const String& rDescription) in SvxObjectTitleDescDialog()
152 SvxMessDialog::SvxMessDialog( Window* pWindow, const String& rText, const String& rDesc, Image* pIm… in SvxMessDialog()
205 void SvxMessDialog::SetButtonText( sal_uInt16 nBtnId, const String& rNewTxt ) in IMPL_LINK_INLINE_END()
/trunk/main/sw/source/ui/table/
H A Dtautofmt.src157 String STR_ADD_TITLE
161 String STR_ADD_LABEL
165 String STR_DEL_TITLE
169 String STR_DEL_MSG
181 String STR_JAN
185 String STR_FEB
189 String STR_MAR
193 String STR_NORTH
197 String STR_MID
201 String STR_SOUTH
[all …]
H A Dconvert.src156 String STR_CONVERT_TEXT_TABLE
188 String STR_SYMBOL
/trunk/main/tools/source/fsys/
H A Ddirent.cxx148 String aURL(rPath); in DoRedirect()
1221 return String( in GetExtension()
1224 return String(); in GetExtension()
1248 return String( in GetBase()
1720 return String(); in CutExtension()
2487 String aLongName(rLongName); in MakeShortName()
2782 String aFrom( GetFull() ); in MoveTo()
2788 String aTo( aDest.GetFull() ); in MoveTo()
2926 String aTmpName( GetFull() ); in Kill()
3105 String DirEntry::ConvertNameToSystem( const String &rName ) in ConvertNameToSystem()
[all …]
/trunk/main/framework/source/uielement/
H A Drecentfilesmenucontroller.cxx197 String( FwkResId( STR_CLEAR_RECENT_FILES ) ) ); in fillPopupMenu()
201 String( FwkResId( STR_CLEAR_RECENT_FILES_HELP ) ) ); in fillPopupMenu()
206 pVCLPopupMenu->InsertItem( 1, String( FwkResId( STR_NODOCUMENT ) ) ); in fillPopupMenu()
/trunk/main/sw/source/filter/ww8/
H A Drtfexport.hxx38 typedef std::map<String,sal_uInt16> RtfRedlineTbl;
108 const String& rFldCmd, sal_uInt8 nMode = nsFieldFlags::WRITEFIELD_ALL );
170 void OutUnicode(const sal_Char *pToken, const String &rContent);
173 static rtl::OString OutString(const String &rStr, rtl_TextEncoding eDestEnc);
181 sal_uInt16 GetRedline( const String& rAuthor );
182 const String* GetRedline( sal_uInt16 nId );
/trunk/main/sw/source/filter/html/
H A Dparcss1.hxx104 String aSelector; // der Selektor selbst
116 const String& GetString() const { return aSelector; } in GetString()
136 String aValue; // und sein Wert als String
142 CSS1Expression( CSS1Token eTyp, const String &rVal, in CSS1Expression()
153 const String& GetString() const { return aValue; } in GetString()
160 sal_Bool GetURL( String& rURL ) const;
213 String aIn; // der zu parsende String
214 String aToken; // das Token als String
217 void InitRead( const String& rIn );
247 sal_Bool ParseStyleSheet( const String& rIn );
[all …]
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx107 extern String getUiNameFromPageApiNameImpl( const OUString& rApiName );
955 String aPresSlide( maPresSettings.maPresPage ); in startShow()
1705 const String aMacro( pEvent->maStrBookmark ); in click()
1720 String aMacroName = aMacro.GetToken(0, sal_Unicode('.')); in click()
1721 String aModulName = aMacro.GetToken(1, sal_Unicode('.')); in click()
1722 String aLibName = aMacro.GetToken(2, sal_Unicode('.')); in click()
1723 String aDocName = aMacro.GetToken(3, sal_Unicode('.')); in click()
1727 String aExecMacro(aModulName); in click()
1822 void SlideshowImpl::jumpToBookmark( const String& sBookmark ) in jumpToBookmark()
2559 void SlideshowImpl::createSlideList( bool bAll, bool bStartWithActualSlide, const String& rPresSlid… in createSlideList()
[all …]
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx353 sal_uInt16 ImplGetComponentType( const String& rServiceName ) in ImplGetComponentType()
670 String aServiceName( rDescriptor.WindowServiceName ); in ImplCreateWindow()
751 pNewWindow = new ErrorBox( pParent, nWinBits, String() ); in ImplCreateWindow()
787 pNewWindow = new InfoBox( pParent, String() ); in ImplCreateWindow()
808 pNewWindow = new MessBox( pParent, nWinBits, String(), String() ); in ImplCreateWindow()
871 pNewWindow = new QueryBox( pParent, nWinBits, String() ); in ImplCreateWindow()
956 pNewWindow = new WarningBox( pParent, nWinBits, String() ); in ImplCreateWindow()
/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx349 String aNameString(aPropertyName); in setPropertyValue()
652 String aNameString = aPropertyName; in getPropertyValue()
896 String aNameString(aPropertyName); in getPropertyState()
945 String aNameString(aPropertyName); in setPropertyToDefault()
977 String aNameString = aPropertyName; in getPropertyDefault()
/trunk/main/sw/source/core/access/
H A Daccportions.cxx152 sal_uInt16 nLength, const String& rText, sal_uInt16 nType) in Special()
162 String sDisplay; in Special()
166 sDisplay = String(sal_Unicode(0xfffc)); in Special()
170 sDisplay = String(sal_Unicode(0xfffc)); in Special()
183 sDisplay = String(sal_Unicode(0xfffc)); in Special()
281 Special( 0, String(), POR_TERMINATE ); in Finish()
282 Special( 0, String(), POR_TERMINATE ); in Finish()
/trunk/main/sd/source/core/
H A Dglob.src28 String STR_LAYER_BCKGRND
36 String STR_LAYER_LAYOUT
48 String STR_PAGE
52 String STR_PAGE_NAME
56 String STR_SLIDE_NAME
60 String STR_MASTERPAGE
64 String STR_NOTES
68 String STR_HANDOUT
128 String STR_PRESOBJ_TEXT
361 String STR_LOAD_DOC
[all …]
/trunk/main/sd/source/ui/accessibility/
H A Daccessibility.src26 String SID_SD_A11Y_D_DRAWVIEW_N
31 String SID_SD_A11Y_D_DRAWVIEW_D
36 String SID_SD_A11Y_I_DRAWVIEW_N
86 String SID_SD_A11Y_P_TITLE_N
101 String SID_SD_A11Y_P_PAGE_N
106 String SID_SD_A11Y_P_NOTES_N
121 String SID_SD_A11Y_P_TITLE_D
136 String SID_SD_A11Y_P_PAGE_D
141 String SID_SD_A11Y_P_NOTES_D
172 String SID_SD_A11Y_P_DATE_N
[all …]
/trunk/main/svtools/source/misc/
H A Dtransfer.cxx818 const String aString( rString ); in SetString()
911 rIMap.Write( aMemStm, String() ); in SetImageMap()
1007 String aStr( RTL_CONSTASCII_STRINGPARAM( "[InternetShortcut]\x0aURL=" ) ); in SetINetBookmark()
1055 SotStorageStreamRef xStm( new SotStorageStream( String() ) ); in SetObject()
1748 sal_Bool TransferableDataHelper::GetString( SotFormatStringId nFormat, String& rStr ) in GetString()
2075 rIMap.Read( *xStm, String() ); in GetImageMap()
2119 String aString; in GetINetBookmark()
2129 String aURL, aDesc; in GetINetBookmark()
2222 rBmk = INetBookmark( String( aLine.Erase( 0, 4 ), eTextEncoding ), in GetINetBookmark()
2223 String( aDesc.Erase( aDesc.Len() - 4 ), eTextEncoding ) ); in GetINetBookmark()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocnew.cxx436 pOutlineRule = new SwNumRule( String::CreateFromAscii( SwNumRule::GetOutlineRuleName() ), in SwDoc()
692 for ( std::hash_map< String, SwList*, StringHash >::iterator in ~SwDoc()
849 sal_uInt16 nDummyPgDsc = MakePageDesc( String::CreateFromAscii( "?DUMMY?" )); in ClearDoc()
876 for ( std::hash_map< String, SwList*, StringHash >::iterator in ClearDoc()
889 pOutlineRule = new SwNumRule( String::CreateFromAscii( SwNumRule::GetOutlineRuleName() ), in ClearDoc()
/trunk/main/solenv/doc/gbuild/solenv/gbuild/
H A Dpackage.mk32 PackagePart(String name, Path Source);
44 Package(String name, Path source_dir);
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleValue.java131 String noMax = "com.sun.star.comp.toolkit.AccessibleScrollBar"; in _setCurrentValue()
132 String implName = util.utils.getImplName(oObj); in _setCurrentValue()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DURLHelper.java62 public static String getFileURLFromSystemPath( File aSystemPath ) in getFileURLFromSystemPath()
64 String sFileURL = null; in getFileURLFromSystemPath()
105 public static String getFileURLFromSystemPath( String sSystemPath ) in getFileURLFromSystemPath()
136 …public static String getURLWithProtocolFromSystemPath( File aSystemPath, File aBasePath, String sS… in getURLWithProtocolFromSystemPath()
138 String sFileURL = URLHelper.getFileURLFromSystemPath(aSystemPath); in getURLWithProtocolFromSystemPath()
139 String sBaseURL = URLHelper.getFileURLFromSystemPath(aBasePath ); in getURLWithProtocolFromSystemPath()
150 String sURL = sFileURL.substring(0,index) + sServerURL + in getURLWithProtocolFromSystemPath()
184 …public static String getURLWithProtocolFromSystemPath( String sSystemPath, String sBasePath, Strin… in getURLWithProtocolFromSystemPath()
203 public static com.sun.star.util.URL parseURL(XURLTransformer xParser, String sURL) in parseURL()
252 public static Vector getSystemFilesFromDir(String sStartDir) in getSystemFilesFromDir()
/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx532 String altText = getListBox()->GetEntryAltText( pEntry ); in getAccessibleName()
749 String sText = getText(); in copyText()
/trunk/main/l10ntools/source/filter/utils/
H A DFileHelper.java59 public static java.lang.String getFileURLFromSystemPath(java.io.File aSystemPath) in getFileURLFromSystemPath()
73 java.lang.String sFileURL = null; in getFileURLFromSystemPath()
105 public static java.lang.String getFileURLFromSystemPath(java.lang.String sSystemPath) in getFileURLFromSystemPath()
155 java.lang.String sURL = null; in getURLWithProtocolFromSystemPath()
187 public static java.lang.String getURLWithProtocolFromSystemPath(java.lang.String sSystemPath, in getURLWithProtocolFromSystemPath()
256 public static java.lang.String convertName2FileName(String sName) in convertName2FileName()
353 java.lang.String sBaseName , in createUniqueFile()
354 java.lang.String sExtension) in createUniqueFile()
361 …java.lang.String sFileName = aBaseFile.getPath() + java.lang.String.valueOf(nr) + "." + sExtension; in createUniqueFile()
705 java.lang.String sDump = aFile.getName(); in readAndCheckUTF8File()
[all …]
/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf6656 …03020404.xhp 0 help par_id3149378 24 0 kid gc]aq3‖Dim sDir as String, sValue as String 201308…
7189 ….xhp 0 help par_id3153525 12 0 kid 71a-n=‖Dim sText2 as String,sText as String,sOut as String
8092 …3020403.xhp 0 help par_id3155306 13 0 kid egbjyz‖Dim sDir1 as String , sDir2 as String 201308…
8179 …0412.xhp 0 help par_id3153381 4 0 kid +[en8a‖Name OldName As String As NewName As String 2013…
9391 …x Text As String [,Type As Integer [,Dialogtitle As String]] (As Statement) or MsgBox (Text As Str…
9564 …\03120201.xhp 0 help par_id3149670 11 0 kid zupw]0‖Dim sText As String,sOut As String 2013082…
9789 …rmvzm1‖Mid (Text As String, Start As Long [, Length As Long]) or Mid (Text As String, Start As Lon…
9895 ….xhp 0 help par_id3156281 12 0 kid w360t3‖Dim sText2 as String,sText as String,sOut as String
10447 …3020401.xhp 0 help par_id3147348 10 0 kid ofg5b+‖Dim sDir1 as String , sDir2 as String 201308…
11387 ….xhp 0 help par_id3150768 12 0 kid f8b]jk‖Dim sText2 As String,sText As String,sOut As String
[all …]

Completed in 1375 milliseconds

12345678910>>...312