Searched refs:XML_VISIBLE (Results 1 – 13 of 13) sorted by relevance
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlcoli.cxx | 62 sVisibility(GetXMLToken(XML_VISIBLE)) in ScXMLTableColContext() 180 if (!IsXMLToken(sVisibility, XML_VISIBLE)) in EndElement()
|
H A D | xmlrowi.cxx | 68 sVisibility(GetXMLToken(XML_VISIBLE)), in ScXMLTableRowContext()
|
/aoo41x/main/xmloff/source/table/ |
H A D | XMLTableImport.cxx | 365 xInfo->mbVisibility = IsXMLToken( sValue, XML_VISIBLE ); in ImportColumn() 481 bVisibility = IsXMLToken( sValue, XML_VISIBLE ); in ImportRow()
|
/aoo41x/main/xmloff/source/draw/ |
H A D | sdpropls.cxx | 841 const sal_Bool bBool = IsXMLToken(rStrImpValue, XML_TRUE) || IsXMLToken(rStrImpValue, XML_VISIBLE); in importXML() 917 pHdl = new XMLNamedBoolPropertyHdl( GetXMLToken(XML_VISIBLE), GetXMLToken(XML_HIDDEN) ); in GetPropertyHandler() 957 pHdl = new XMLNamedBoolPropertyHdl( GetXMLToken(XML_VISIBLE), GetXMLToken(XML_HIDDEN) ); in GetPropertyHandler()
|
/aoo41x/main/dbaccess/source/filter/xml/ |
H A D | xmlHelper.cxx | 89 { XML_VISIBLE, sal_True }, in GetPropertyHandler()
|
H A D | xmlfilter.cxx | 889 { XML_NAMESPACE_DB, XML_VISIBLE, XML_TOK_COLUMN_VISIBLE }, in GetColumnElemTokenMap()
|
H A D | xmlExport.cxx | 1029 AddAttribute(XML_NAMESPACE_DB, XML_VISIBLE,XML_FALSE); in exportColumns()
|
/aoo41x/main/xmloff/source/chart/ |
H A D | PropertyMap.hxx | 171 MAP_ENTRY( "Visible", CHART, XML_VISIBLE, XML_TYPE_BOOL ),
|
/aoo41x/main/reportdesign/source/filter/xml/ |
H A D | xmlfilter.cxx | 945 { XML_NAMESPACE_REPORT, XML_VISIBLE , XML_TOK_VISIBLE }, in GetSectionElemTokenMap()
|
H A D | xmlExport.cxx | 734 AddAttribute(XML_NAMESPACE_REPORT, XML_VISIBLE,XML_FALSE); in exportSection()
|
/aoo41x/main/xmloff/source/transform/ |
H A D | PropertyActionsOOo.cxx | 977 { XML_NAMESPACE_CHART, XML_VISIBLE, XML_ATACTION_COPY,
|
/aoo41x/main/xmloff/inc/xmloff/ |
H A D | xmltoken.hxx | 1921 XML_VISIBLE, enumerator
|
/aoo41x/main/xmloff/source/core/ |
H A D | xmltoken.cxx | 1929 TOKEN( "visible", XML_VISIBLE ),
|
Completed in 554 milliseconds