Searched refs:SEMI_COLON (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/shell/source/backends/wininetbe/ |
H A D | wininetbackend.cxx | 45 #define SEMI_COLON ';' macro 175 aReverseList.insert( 0, sal_Unicode( SEMI_COLON ) ); in WinInetBackend() 187 valueNoProxy_.Value <<= aProxyBypassList.replace( SPACE, SEMI_COLON ); in WinInetBackend()
|
/aoo41x/main/wizards/com/sun/star/wizards/report/ |
H A D | ReportTextImplementation.java | 240 … String[] sFieldNameList = JavaTools.ArrayoutofString(sFieldNames, PropertyNames.SEMI_COLON); in reconnectToDatabase() 241 … String[] sNewList = JavaTools.ArrayoutofString(sRecordFieldNames, PropertyNames.SEMI_COLON); in reconnectToDatabase() 244 … String[] sortList = JavaTools.ArrayoutofString(sorting, PropertyNames.SEMI_COLON); in reconnectToDatabase() 255 …dParser().GroupFieldNames = JavaTools.ArrayoutofString(sGroupFieldNames, PropertyNames.SEMI_COLON); in reconnectToDatabase()
|
/aoo41x/main/shell/source/backends/kde4be/ |
H A D | kde4access.cxx | 44 #define SEMI_COLON ';' macro 289 aNoProxyFor = aNoProxyFor.replace( COMMA, SEMI_COLON ); in getValue()
|
/aoo41x/main/shell/source/backends/kdebe/ |
H A D | kdeaccess.cxx | 40 #define SEMI_COLON ';' macro 285 aNoProxyFor = aNoProxyFor.replace( COMMA, SEMI_COLON ); in getValue()
|
/aoo41x/main/shell/source/backends/macbe/ |
H A D | macbackend.cxx | 42 #define SEMI_COLON ';' macro 441 uno::makeAny( aProxyBypassList.replace( SPACE, SEMI_COLON ) ) ) ); in getPropertyValue()
|
/aoo41x/main/wizards/com/sun/star/wizards/common/ |
H A D | PropertyNames.java | 56 public static String SEMI_COLON = ";"; field in PropertyNames
|
H A D | FileAccess.java | 74 String[] PathList = JavaTools.ArrayoutofString(ResultPath, PropertyNames.SEMI_COLON); in addOfficePath() 89 ResultPath += PropertyNames.SEMI_COLON + sAddPath; in addOfficePath()
|
H A D | JavaTools.java | 221 ResultString.append(PropertyNames.SEMI_COLON); in ArraytoString()
|
/aoo41x/main/wizards/com/sun/star/wizards/letter/ |
H A D | LetterWizardDialogImpl.java | 1218 String[] aLang = allLocales[t].split(PropertyNames.SEMI_COLON); in initializeNorms() 1230 String[] aLang = allLocales[t].split(PropertyNames.SEMI_COLON); in initializeNorms()
|
/aoo41x/main/wizards/com/sun/star/wizards/form/ |
H A D | StyleApplier.java | 344 …lue = JavaTools.replaceSubString(sPropValue, PropertyNames.EMPTY_STRING, PropertyNames.SEMI_COLON); in getStyleColor()
|
Completed in 72 milliseconds