Searched refs:SLASH (Results 1 – 15 of 15) sorted by relevance
/trunk/main/xmloff/source/style/ |
H A D | cdouthdl.cxx | 47 { XML_SINGLE, FontStrikeout::SLASH }, 58 { XML_SOLID, FontStrikeout::SLASH }, 75 { XML_AUTO, FontStrikeout::SLASH }, 301 ? FontStrikeout::SLASH in importXML() 316 (FontStrikeout::SLASH == nValue || FontStrikeout::X == nValue) ) in exportXML() 319 static_cast< sal_Unicode>( FontStrikeout::SLASH == nValue ? '/' in exportXML()
|
/trunk/main/sal/osl/w32/ |
H A D | path_helper.cxx | 43 const rtl::OUString SLASH = rtl::OUString::createFromAscii("/"); variable 55 sal_Int32 i = std::max<sal_Int32>(path.lastIndexOf(BACKSLASH), path.lastIndexOf(SLASH)); in osl_systemPathEnsureSeparator() 77 sal_Int32 i = std::max<sal_Int32>(path.lastIndexOf(BACKSLASH), path.lastIndexOf(SLASH)); in osl_systemPathRemoveSeparator()
|
H A D | file_dirvol.cxx | 51 static const wchar_t SLASH = '/'; variable 154 OSL_PRECOND(rtl_ustr_indexOfChar(path, SLASH) == -1, "Path must not contain slashes"); in parse_UNC_path() 692 OSL_PRECOND(rtl_ustr_indexOfChar(path, SLASH) == -1, "Path must not contain slashes"); in path_make_parent() 1476 OSL_PRECOND(path.lastIndexOf(SLASH) == -1, "Path must not have slashes"); in path_get_parent()
|
/trunk/main/sal/osl/os2/ |
H A D | path_helper.cxx | 41 const rtl::OUString SLASH = rtl::OUString::createFromAscii("/"); variable 53 sal_Int32 i = std::max<sal_Int32>(path.lastIndexOf(BACKSLASH), path.lastIndexOf(SLASH)); in osl_systemPathEnsureSeparator() 75 sal_Int32 i = std::max<sal_Int32>(path.lastIndexOf(BACKSLASH), path.lastIndexOf(SLASH)); in osl_systemPathRemoveSeparator()
|
/trunk/main/shell/source/unix/sysshell/ |
H A D | recently_used_file.cxx | 43 const rtl::OUString SLASH = rtl::OUString::createFromAscii("/"); variable 50 (SLASH.pData->buffer[0] != path.pData->buffer[path.getLength() - 1])) in ensure_final_slash() 51 path += SLASH; in ensure_final_slash()
|
/trunk/test/testuno/source/fvt/uno/sw/puretext/ |
H A D | CharacterStrikeThrough.java | 85 xCursorProps.setPropertyValue("CharStrikeout", new Short(com.sun.star.awt.FontStrikeout.SLASH)); in testCharacterStrikeThroughSetting() 133 …assertEquals("assert strikethrough is with /",com.sun.star.awt.FontStrikeout.SLASH,xCursorProps_as… in testCharacterStrikeThroughSetting()
|
/trunk/main/soltools/cpp/ |
H A D | _eval.c | 336 case SLASH: in eval() 569 case SLASH: in evalop()
|
H A D | cpp.h | 45 TILDE, NOT, SLASH, PCT, LT, GT, CIRC, OR, QUEST, enumerator
|
H A D | _lex.c | 173 {COM1, {C_XX}, ACT(SLASH, S_SELFB)},
|
/trunk/main/offapi/com/sun/star/awt/ |
H A D | FontStrikeout.idl | 73 const short SLASH = 5;
|
/trunk/main/l10ntools/source/ |
H A D | xmlparse.cxx | 1323 static const String SLASH(String::CreateFromAscii("\\")); in QuotHTML() local 1336 default: sReturn.append( SLASH );break; in QuotHTML()
|
H A D | export.cxx | 1776 static ByteString SLASH ('\\'); in WriteToMerged() local
|
/trunk/main/xmlscript/source/xmldlg_imexp/ |
H A D | xmldlg_import.cxx | 643 _descr.Strikeout = awt::FontStrikeout::SLASH; in importFontStyle()
|
H A D | xmldlg_export.cxx | 438 case awt::FontStrikeout::SLASH: in createElement()
|
/trunk/main/sal/textenc/ |
H A D | tcvtjp6.tab | 125 … 0x5C */ /* is A5 (YEN SIGN), but for compatibiliy with ascii, we use 0x5C (SLASH) like MS CP392 */
|
Completed in 103 milliseconds