Home
last modified time | relevance | path

Searched refs:EMPTY_STRING (Results 1 – 25 of 213) sorted by relevance

123456789

/AOO42X/main/wizards/com/sun/star/wizards/common/
H A DHelpIds.java37 PropertyNames.EMPTY_STRING,
80 PropertyNames.EMPTY_STRING,
81 PropertyNames.EMPTY_STRING,
83 PropertyNames.EMPTY_STRING,
86 PropertyNames.EMPTY_STRING,
101 PropertyNames.EMPTY_STRING,
102 PropertyNames.EMPTY_STRING,
103 PropertyNames.EMPTY_STRING,
104 PropertyNames.EMPTY_STRING,
105 PropertyNames.EMPTY_STRING,
[all …]
H A DFileAccess.java82 String CompAddPath = JavaTools.replaceSubString(sAddPath, PropertyNames.EMPTY_STRING, "/"); in addOfficePath()
87 CompCurPath = JavaTools.replaceSubString(CurPath, PropertyNames.EMPTY_STRING, "/"); in addOfficePath()
120 String ResultPath = PropertyNames.EMPTY_STRING; in getOfficePath()
129 return PropertyNames.EMPTY_STRING; in getOfficePath()
148 String ResultPath = PropertyNames.EMPTY_STRING; in getOfficePath()
150 String Template_writable = PropertyNames.EMPTY_STRING; in getOfficePath()
159 String WritePath = PropertyNames.EMPTY_STRING; in getOfficePath()
207 ResultPath = PropertyNames.EMPTY_STRING; in getOfficePath()
211 throw new NoValidPathException(xMSF, PropertyNames.EMPTY_STRING); in getOfficePath()
222 String Template_writable = PropertyNames.EMPTY_STRING; in getOfficePaths()
[all …]
H A DDesktop.java158 dispatchURL(xMSF, sURL, xFrame, PropertyNames.EMPTY_STRING); in dispatchURL()
186 String sIncSuffix = PropertyNames.EMPTY_STRING; in getIncrementSuffix()
208 String sIncSuffix = PropertyNames.EMPTY_STRING; in getIncrementSuffix()
233 …arseType.IDENTNAME, _sString, 0, _aLocale, nStartFlags, PropertyNames.EMPTY_STRING, nStartFlags, P… in checkforfirstSpecialCharacter()
253 … snewname = JavaTools.replaceSubString(snewname, PropertyNames.EMPTY_STRING, sspecialchar); in removeSpecialCharacters()
317 return PropertyNames.EMPTY_STRING; in getUniqueName()
372 … UserTemplatePath = FileAccess.getOfficePath(xMSF, "Template", "user", PropertyNames.EMPTY_STRING); in OfficePathRetriever()
374 …h = FileAccess.getOfficePath(xMSF, "Work", PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STRING); in OfficePathRetriever()
391 return PropertyNames.EMPTY_STRING; in getTemplatePath()
398 return FileAccess.getOfficePath(_xMSF, "Template", "user", PropertyNames.EMPTY_STRING); in getUserTemplatePath()
[all …]
H A DJavaTools.java196 String sLongestItem = PropertyNames.EMPTY_STRING; in getlongestArrayItem()
214 StringBuilder ResultString = new StringBuilder(PropertyNames.EMPTY_STRING); in ArraytoString()
373 if (!MainString.equals(PropertyNames.EMPTY_STRING)) in ArrayoutofString()
439 StringBuilder FileDescription = new StringBuilder(PropertyNames.EMPTY_STRING); in getFileDescription()
449 String sPath = PropertyNames.EMPTY_STRING; in convertfromURLNotation()
752 bissame = sSecondString.equals(PropertyNames.EMPTY_STRING); in isSame()
761 if (sFirstString.equals(PropertyNames.EMPTY_STRING)) in isSame()
/AOO42X/main/wizards/com/sun/star/wizards/web/data/
H A DCGDocument.java71 public String cp_Title = PropertyNames.EMPTY_STRING;
72 public String cp_Description = PropertyNames.EMPTY_STRING;
74 public String cp_Author = PropertyNames.EMPTY_STRING;
80 public String localFilename = PropertyNames.EMPTY_STRING;
81 public String urlFilename = PropertyNames.EMPTY_STRING;
82 public String title = PropertyNames.EMPTY_STRING;
83 public String description = PropertyNames.EMPTY_STRING;
84 public String author = PropertyNames.EMPTY_STRING;
123 task = new Task(PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STRING, 5); in CGDocument()
158 String path = getSettings().getFileAccess(xmsf).getPath(cp_URL, PropertyNames.EMPTY_STRING); in validate()
[all …]
/AOO42X/main/wizards/com/sun/star/wizards/db/
H A DCommandName.java34 protected String CatalogName = PropertyNames.EMPTY_STRING;
35 protected String SchemaName = PropertyNames.EMPTY_STRING;
36 protected String TableName = PropertyNames.EMPTY_STRING;
37 protected String DisplayName = PropertyNames.EMPTY_STRING;
38 protected String ComposedName = PropertyNames.EMPTY_STRING;
39 protected String AliasName = PropertyNames.EMPTY_STRING;
59 if (!_CatalogName.equals(PropertyNames.EMPTY_STRING)) in CommandName()
66 if (!_SchemaName.equals(PropertyNames.EMPTY_STRING)) in CommandName()
73 if (!_TableName.equals(PropertyNames.EMPTY_STRING)) in CommandName()
138 if (!CatalogName.equals(PropertyNames.EMPTY_STRING)) in setComposedCommandName()
[all …]
/AOO42X/main/oox/inc/oox/dump/
H A Dbiffdumper.hxx192 sal_uInt8 dumpBoolean( const String& rName = EMPTY_STRING );
193 sal_uInt8 dumpErrorCode( const String& rName = EMPTY_STRING );
195 rtl_TextEncoding dumpCodePage( const String& rName = EMPTY_STRING );
196 void dumpFormulaResult( const String& rName = EMPTY_STRING );
198 sal_Int32 dumpColIndex( const String& rName = EMPTY_STRING, bool bCol16Bit = true );
199 sal_Int32 dumpRowIndex( const String& rName = EMPTY_STRING, bool bRow32Bit = false );
200 sal_Int32 dumpColRange( const String& rName = EMPTY_STRING, bool bCol16Bit = true );
201 sal_Int32 dumpRowRange( const String& rName = EMPTY_STRING, bool bRow32Bit = false );
203 …Address dumpAddress( const String& rName = EMPTY_STRING, bool bCol16Bit = true, bool b…
204 …Range dumpRange( const String& rName = EMPTY_STRING, bool bCol16Bit = true, bool bRo…
[all …]
H A Dxlsbdumper.hxx74 sal_uInt8 dumpBoolean( const String& rName = EMPTY_STRING );
75 sal_uInt8 dumpErrorCode( const String& rName = EMPTY_STRING );
76 …::rtl::OUString dumpString( const String& rName = EMPTY_STRING, bool bRich = false, bool b32Bi…
77 void dumpColor( const String& rName = EMPTY_STRING );
78 ::com::sun::star::util::DateTime dumpPivotDateTime( const String& rName = EMPTY_STRING );
80 sal_Int32 dumpColIndex( const String& rName = EMPTY_STRING );
81 sal_Int32 dumpRowIndex( const String& rName = EMPTY_STRING );
82 sal_Int32 dumpColRange( const String& rName = EMPTY_STRING );
83 sal_Int32 dumpRowRange( const String& rName = EMPTY_STRING );
85 Address dumpAddress( const String& rName = EMPTY_STRING );
[all …]
/AOO42X/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialogImpl.java175 if (myConfig.cp_BusinessLetter.cp_Greeting.equals(PropertyNames.EMPTY_STRING)) in startWizard()
179 if (myConfig.cp_BusinessLetter.cp_Salutation.equals(PropertyNames.EMPTY_STRING)) in startWizard()
183 if (myConfig.cp_PrivateOfficialLetter.cp_Greeting.equals(PropertyNames.EMPTY_STRING)) in startWizard()
187 if (myConfig.cp_PrivateOfficialLetter.cp_Salutation.equals(PropertyNames.EMPTY_STRING)) in startWizard()
191 if (myConfig.cp_PrivateLetter.cp_Greeting.equals(PropertyNames.EMPTY_STRING)) in startWizard()
195 if (myConfig.cp_PrivateLetter.cp_Salutation.equals(PropertyNames.EMPTY_STRING)) in startWizard()
203 if (myPathSelection.xSaveTextBox.getText().equalsIgnoreCase(PropertyNames.EMPTY_STRING)) in startWizard()
255 if (sPath.equals(PropertyNames.EMPTY_STRING)) in finishWizard()
380 if (myPathSelection.xSaveTextBox.getText().equalsIgnoreCase(PropertyNames.EMPTY_STRING)) in optBusinessLetterItemChanged()
400 if (myPathSelection.xSaveTextBox.getText().equalsIgnoreCase(PropertyNames.EMPTY_STRING)) in optPrivOfficialLetterItemChanged()
[all …]
/AOO42X/main/shell/source/win32/shlxthandler/infotips/
H A Dinfotips.cxx128 return EMPTY_STRING; in getFileTypeInfo()
202 return EMPTY_STRING; in getFileSizeInfo()
216 if ( tmpTypeStr != EMPTY_STRING ) in GetInfoTip()
229 if ( msg != EMPTY_STRING ) in GetInfoTip()
236 if ( msg != EMPTY_STRING ) in GetInfoTip()
245 if ( msg != EMPTY_STRING ) in GetInfoTip()
254 if ( msg != EMPTY_STRING ) in GetInfoTip()
263 if ( msg != EMPTY_STRING ) in GetInfoTip()
272 if ( msg != EMPTY_STRING ) in GetInfoTip()
286 if ( tmpSizeStr != EMPTY_STRING ) in GetInfoTip()
/AOO42X/main/wizards/com/sun/star/wizards/query/
H A DQuerySummary.java62 String sFieldNamesFraction = PropertyNames.EMPTY_STRING; in setSummaryString()
63 String sSortingFraction = PropertyNames.EMPTY_STRING; in setSummaryString()
64 String sFilterFraction = PropertyNames.EMPTY_STRING; in setSummaryString()
65 String sAggregateFraction = PropertyNames.EMPTY_STRING; in setSummaryString()
66 String sGroupByFraction = PropertyNames.EMPTY_STRING; in setSummaryString()
67 String sHavingFraction = PropertyNames.EMPTY_STRING; in setSummaryString()
83 sSummary = JavaTools.replaceSubString(sSummary, PropertyNames.EMPTY_STRING, "~"); in setSummaryString()
100 String sconditions = PropertyNames.EMPTY_STRING; in combineFilterNameFraction()
128 String CurString = PropertyNames.EMPTY_STRING; in combineFieldNameFraction()
196 String CurString = PropertyNames.EMPTY_STRING; in ArrayFieldsToString()
/AOO42X/main/sc/source/ui/pagedlg/
H A Dscuitphfedit.cxx408 if(aLeftEntry == EMPTY_STRING && aCenterEntry == EMPTY_STRING in SetSelectDefinedList()
409 && aRightEntry == EMPTY_STRING) in SetSelectDefinedList()
421 if(aLeftEntry == EMPTY_STRING && aRightEntry == EMPTY_STRING) in SetSelectDefinedList()
443 if(aLeftEntry == EMPTY_STRING && aRightEntry == EMPTY_STRING) in SetSelectDefinedList()
488 if(IsExtFileNameEntry(pCenterObj.get()) && aLeftEntry == EMPTY_STRING in SetSelectDefinedList()
489 && aRightEntry == EMPTY_STRING) in SetSelectDefinedList()
513 IsExtFileNameEntry(pRightObj.get()) && aLeftEntry == EMPTY_STRING) in SetSelectDefinedList()
741 EMPTY_STRING, SVXFILETYPE_VAR, SVXFILEFORMAT_FULLPATH ), EE_FEATURE_FIELD ) ); in ProcessDefinedListSel()
796 EMPTY_STRING, SVXFILETYPE_VAR, SVXFILEFORMAT_FULLPATH ), EE_FEATURE_FIELD ) ); in ProcessDefinedListSel()
845 aWndLeft.GetEditEngine()->SetText(EMPTY_STRING); in ClearTextAreas()
[all …]
/AOO42X/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java230 itemsTables[i].write(PropertyNames.EMPTY_STRING); in initializeData()
660 te.text = (text == null ? PropertyNames.EMPTY_STRING : text); in writeTitle()
667 if (d == null || d.equals(PropertyNames.EMPTY_STRING)) in getDateString()
669 return PropertyNames.EMPTY_STRING; in getDateString()
689 if (s == null || s.equals(PropertyNames.EMPTY_STRING)) in getTimeString()
691 return PropertyNames.EMPTY_STRING; in getTimeString()
728 …time.queryInterface(XTextContent.class, section).getAnchor().setString(PropertyNames.EMPTY_STRING); in deleteHiddenSections()
755 xTextSection.getAnchor().setString(PropertyNames.EMPTY_STRING); in createMinutes()
826 fillMinutesItem(item, topic[0].Value, PropertyNames.EMPTY_STRING); in createMinutes()
830 fillMinutesItem(item, topic[1].Value, PropertyNames.EMPTY_STRING); in createMinutes()
[all …]
H A DTopicsControl.java462 pv1[1].Value = PropertyNames.EMPTY_STRING;
463 pv1[2].Value = PropertyNames.EMPTY_STRING;
464 pv1[3].Value = PropertyNames.EMPTY_STRING;
486 pv[0] = Properties.createProperty(LABEL + i, PropertyNames.EMPTY_STRING + (i + 1) + ".");
487 pv[1] = Properties.createProperty(TOPIC + i, PropertyNames.EMPTY_STRING);
488 pv[2] = Properties.createProperty(RESP + i, PropertyNames.EMPTY_STRING);
489 pv[3] = Properties.createProperty(TIME + i, PropertyNames.EMPTY_STRING);
535 return data[1].Value.equals(PropertyNames.EMPTY_STRING) &&
536 data[2].Value.equals(PropertyNames.EMPTY_STRING) &&
537 data[3].Value.equals(PropertyNames.EMPTY_STRING);
[all …]
H A DAgendaWizardDialogImpl.java172 …if(myPathSelection.xSaveTextBox.getText().equalsIgnoreCase(PropertyNames.EMPTY_STRING)) {myPathSel… in startWizard()
211 …sUserTemplatePath = FileAccess.getOfficePath(xMSF, "Template", "user", PropertyNames.EMPTY_STRING); in initializePaths()
220 agenda.cp_TemplatePath.equals(PropertyNames.EMPTY_STRING) || in checkSavePath()
227 … FileAccess.getOfficePath(xMSF, "Work", PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STRING) , in checkSavePath()
419 String path = getFileAccess().getPath(url,PropertyNames.EMPTY_STRING); in setFilename()
462 if (sPath.equals(PropertyNames.EMPTY_STRING)) { in finishWizard()
/AOO42X/main/wizards/com/sun/star/wizards/web/
H A DWWD_Events.java69 protected String currentSession = PropertyNames.EMPTY_STRING;
105 String sessionToLoad = PropertyNames.EMPTY_STRING; in enterStep()
109 sessionToLoad = PropertyNames.EMPTY_STRING; in enterStep()
147 final Task task = new Task("LoadDocs", PropertyNames.EMPTY_STRING, 10); in loadSession()
158 if (sessionToLoad.equals(PropertyNames.EMPTY_STRING)) in loadSession()
174 if (sessionToLoad.equals(PropertyNames.EMPTY_STRING)) in loadSession()
331 …final Task task = new Task(PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STRING, files.length * … in addDocument()
454 background = PropertyNames.EMPTY_STRING; in setBackground()
542 …String dir = showFolderDialog("Local destination directory", PropertyNames.EMPTY_STRING, settings.… in setPublishLocalDir()
897 return PropertyNames.EMPTY_STRING; in targetStringFor()
[all …]
H A DFTPDialog.java153 public String username = PropertyNames.EMPTY_STRING;
154 public String password = PropertyNames.EMPTY_STRING;
158 public String host = PropertyNames.EMPTY_STRING;
162 private String dir = PropertyNames.EMPTY_STRING;
353 …INTEGER_14, PropertyNames.EMPTY_STRING, resources.resbtnHelp_value, "btnHelp", 57, 142, new Short(… in build()
379 username = publish.cp_Username == null ? PropertyNames.EMPTY_STRING : publish.cp_Username; in execute()
380 password = publish.password == null ? PropertyNames.EMPTY_STRING : publish.password; in execute()
419 return PropertyNames.EMPTY_STRING; in extractHost()
473 return (s == null) || (s.equals(PropertyNames.EMPTY_STRING)); in isEmpty()
721 …String newUrl = sd.callFolderDialog(resources.resFTPDirectory, PropertyNames.EMPTY_STRING, getFull… in chooseDirectory()
H A DWWD_General.java63 …PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STRING, PropertyNames. in getStatusDialog()
301 !getSessionSaveName().equals(PropertyNames.EMPTY_STRING)); in checkSaveSession()
316 if ((url == null) || (url.equals(PropertyNames.EMPTY_STRING))) in checkPublish()
H A DProcess.java239 …urn FileAccess.getOfficePath(xmsf, "Temp", PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STRING); in getSOTempDir()
306 if (background != null && !background.equals(PropertyNames.EMPTY_STRING)) in copyMedia()
352 … error(ex, PropertyNames.EMPTY_STRING, ERROR_PUBLISH_MEDIA, ErrorHandler.ERROR_PROCESS_FATAL); in publish()
433 … error(ex, PropertyNames.EMPTY_STRING, ERROR_GENERATE_XSLT, ErrorHandler.ERROR_PROCESS_FATAL); in generate()
517 String key = PropertyNames.EMPTY_STRING; in generate()
584 if (contentDir == null || contentDir.equals(PropertyNames.EMPTY_STRING)) in export()
695 String destExt = (exporter.cp_Extension.equals(PropertyNames.EMPTY_STRING) in export()
H A DWWD_Startup.java263 …gs.cp_DefaultSession.cp_Content, new Task(PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STRING, … in WWD_Startup()
546 …gs.cp_LastSavedSession != null && !settings.cp_LastSavedSession.equals(PropertyNames.EMPTY_STRING)) in selectSession()
804 …erAttribute.DEF_NO, getFileAccess().getPath(doc.cp_URL, PropertyNames.EMPTY_STRING) + "\n\n" + res… in checkDocument()
829 getFileAccess().getPath(doc.cp_URL, PropertyNames.EMPTY_STRING), in checkDocument()
840 getFileAccess().getPath(doc.cp_URL, PropertyNames.EMPTY_STRING), in checkDocument()
905 if (bg == null || bg.equals(PropertyNames.EMPTY_STRING)) in updateBackgroundText()
920 if (iconset == null || iconset.equals(PropertyNames.EMPTY_STRING)) in updateIconsetText()
/AOO42X/main/sc/source/ui/miscdlgs/
H A Dcrnrdlg.cxx200 aEdAssign.SetText( EMPTY_STRING ); in Init()
201 aEdAssign2.SetText( EMPTY_STRING ); in Init()
301 aEdAssign.SetRefString( EMPTY_STRING ); in SetColRowData()
302 aEdAssign2.SetRefString( EMPTY_STRING ); in SetColRowData()
306 aEdAssign.SetText( EMPTY_STRING ); in SetColRowData()
307 aEdAssign2.SetText( EMPTY_STRING ); in SetColRowData()
505 aEdAssign.SetText( EMPTY_STRING ); in UpdateNames()
803 aEdAssign.SetText( EMPTY_STRING ); in IMPL_LINK_INLINE_END()
806 aEdAssign2.SetText( EMPTY_STRING ); in IMPL_LINK_INLINE_END()
889 aEdAssign.SetText( EMPTY_STRING ); in IMPL_LINK()
[all …]
H A Dlinkarea.cxx191 aCbUrl.SetText( EMPTY_STRING ); in InitFromOldLink()
272 aCbUrl.SetText( EMPTY_STRING ); in IMPL_LINK()
321 return EMPTY_STRING; in GetURL()
331 return EMPTY_STRING; in GetFilter()
341 return EMPTY_STRING; in GetOptions()
/AOO42X/main/wizards/com/sun/star/wizards/table/
H A DFinalizer.java91 …D_DLGTABLE_TXT_NAME", 97, 35, IFINALSTEP, new Short(curtabindex++), PropertyNames.EMPTY_STRING, 223 in Finalizer()
102 String sCatalog = PropertyNames.EMPTY_STRING; in Finalizer()
157 String sSchema = PropertyNames.EMPTY_STRING; in Finalizer()
301 if (txtTableName.getText().equals(PropertyNames.EMPTY_STRING)) in setTableName()
316 if (txtTableName.getText().equals(PropertyNames.EMPTY_STRING)) in getTableName()
331 return PropertyNames.EMPTY_STRING; in getSchemaName()
343 return PropertyNames.EMPTY_STRING; in getCatalogName()
/AOO42X/main/wizards/com/sun/star/wizards/form/
H A DStyleApplier.java330 String sPropName = PropertyNames.EMPTY_STRING; in getStyleColor()
344 …sPropValue = JavaTools.replaceSubString(sPropValue, PropertyNames.EMPTY_STRING, PropertyNames.SEMI… in getStyleColor()
345 …sPropValue = JavaTools.replaceSubString(sPropValue, PropertyNames.EMPTY_STRING, PropertyNames.SPAC… in getStyleColor()
366 …eAccess.getOfficePaths(getMSF(), "Config", PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STRING); in getStylePaths()
383 String StylesPath = PropertyNames.EMPTY_STRING; in getStylePath()
386 …= FileAccess.getOfficePath(xMSF, "Config", PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STRING); in getStylePath()
/AOO42X/main/wizards/com/sun/star/wizards/ui/
H A DFilterComponent.java126 String sControlName = PropertyNames.EMPTY_STRING; in itemStateChanged()
228 return PropertyNames.EMPTY_STRING; in getControlName()
245 …lumn.addProperty(PropertyNames.PROPERTY_NAME, PropertyAttribute.BOUND, PropertyNames.EMPTY_STRING); in getFilterConditions()
337 String sDisplayValue = PropertyNames.EMPTY_STRING; in getDisplayCondition()
351 return PropertyNames.EMPTY_STRING; in getDisplayCondition()
757 return (!sValue.equals(PropertyNames.EMPTY_STRING)); in isConditionComplete()
784 … sValue = JavaTools.replaceSubString(sValue, PropertyNames.EMPTY_STRING, "{D '"); in setCondition()
785 … sValue = JavaTools.replaceSubString(sValue, PropertyNames.EMPTY_STRING, "' }"); in setCondition()
797 … sValue = JavaTools.replaceSubString(sValue, PropertyNames.EMPTY_STRING, "{T '"); in setCondition()
798 … sValue = JavaTools.replaceSubString(sValue, PropertyNames.EMPTY_STRING, "' }"); in setCondition()

123456789