Home
last modified time | relevance | path

Searched refs:SLASH (Results 1 – 15 of 15) sorted by relevance

/trunk/main/xmloff/source/style/
H A Dcdouthdl.cxx47 { 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 Dpath_helper.cxx43 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 Dfile_dirvol.cxx51 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 Dpath_helper.cxx41 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 Drecently_used_file.cxx43 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 DCharacterStrikeThrough.java85 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.c336 case SLASH: in eval()
569 case SLASH: in evalop()
H A Dcpp.h45 TILDE, NOT, SLASH, PCT, LT, GT, CIRC, OR, QUEST, enumerator
H A D_lex.c173 {COM1, {C_XX}, ACT(SLASH, S_SELFB)},
/trunk/main/offapi/com/sun/star/awt/
H A DFontStrikeout.idl73 const short SLASH = 5;
/trunk/main/l10ntools/source/
H A Dxmlparse.cxx1323 static const String SLASH(String::CreateFromAscii("\\")); in QuotHTML() local
1336 default: sReturn.append( SLASH );break; in QuotHTML()
H A Dexport.cxx1776 static ByteString SLASH ('\\'); in WriteToMerged() local
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_import.cxx643 _descr.Strikeout = awt::FontStrikeout::SLASH; in importFontStyle()
H A Dxmldlg_export.cxx438 case awt::FontStrikeout::SLASH: in createElement()
/trunk/main/sal/textenc/
H A Dtcvtjp6.tab125 … 0x5C */ /* is A5 (YEN SIGN), but for compatibiliy with ascii, we use 0x5C (SLASH) like MS CP392 */

Completed in 83 milliseconds