Home
last modified time | relevance | path

Searched refs:XMLNS_DIALOGS_PREFIX (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_expmodels.cxx79 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readButtonModel()
86 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readButtonModel()
88 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":default") ) ); in readButtonModel()
90 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ) ); in readButtonModel()
92 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":align") ) ); in readButtonModel()
94 … OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":valign") ) ); in readButtonModel()
96 … OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":button-type") ) ); in readButtonModel()
98 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":image-src") ) ); in readButtonModel()
100 … OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":image-position") ) ); in readButtonModel()
102 … OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":image-align") ) ); in readButtonModel()
[all …]
H A Dxmldlg_export.cxx69 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style") ) ); in createElement()
72 …pStyle->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), _… in createElement()
81 …pStyle->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":background-colo… in createElement()
92 … pStyle->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":text-color") ), in createElement()
103 …pStyle->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":textline-color"… in createElement()
114 … pStyle->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":fill-color") ), in createElement()
124 pStyle->addAttribute( OUSTR(XMLNS_DIALOGS_PREFIX ":border"), in createElement()
128 pStyle->addAttribute( OUSTR(XMLNS_DIALOGS_PREFIX ":border"), in createElement()
132 pStyle->addAttribute( OUSTR(XMLNS_DIALOGS_PREFIX ":border"), in createElement()
140 pStyle->addAttribute( OUSTR(XMLNS_DIALOGS_PREFIX ":border"), in createElement()
[all …]
/AOO41X/main/xmlscript/inc/xmlscript/
H A Dxmlns.h27 #define XMLNS_DIALOGS_PREFIX "dlg" macro