Home
last modified time | relevance | path

Searched refs:strVal (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/migrationanalysis/src/driver_docs/sources/excel/
H A DMigrationAnalyser.cls752 Dim strVal As String
756 strVal = RID_STR_EXCEL_ENUMERATION_LINE_STYLE_CONTINUOUS
758 strVal = RID_STR_EXCEL_ENUMERATION_LINE_STYLE_DASH
760 strVal = RID_STR_EXCEL_ENUMERATION_LINE_STYLE_DASHDOT
762 strVal = RID_STR_EXCEL_ENUMERATION_LINE_STYLE_DOT
764 strVal = RID_STR_EXCEL_ENUMERATION_LINE_STYLE_DOUBLE
766 strVal = RID_STR_EXCEL_ENUMERATION_LINE_STYLE_SLANTDASHDOT
768 strVal = RID_STR_EXCEL_ENUMERATION_LINE_STYLE_LINESTYLENONE
770 strVal = RID_STR_EXCEL_ENUMERATION_UNKNOWN
774 getLineStyleAsString = strVal
[all …]
/AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/loader/
H A DInputRepositoryLoader.java84 final String strVal = (String) value; in createKey() local
85 if (strVal.startsWith("sun:oo://")) in createKey()
88 new InputResourceKey(inputRepository.getId(), strVal), factoryKeys); in createKey()
/AOO41X/main/oox/source/ppt/
H A Danimvariantcontext.cxx99 case PPT_TOKEN( strVal ): in createFastChildContext()
/AOO41X/main/migrationanalysis/src/driver_docs/sources/
H A DAnalysisDriver.bas2450 Sub SetWorksheetCellValueToString(logWs As Worksheet, row As Long, col As Long, strVal As String)
2455 logWs.Cells(row, col) = strVal
2464 " : strVal " & strVal & ": " & _