void style_tab_stops::add_child_element( xml::sax * Reader, const ::std::wstring & Ns, const ::std::wstring & Name)
{
    if (L"style" == Ns && L"tab-stop" == Name)
        CP_CREATE_ELEMENT(style_tab_stops_);
    else
    {
        CP_NOT_APPLICABLE_ELM();
    }
}
void style_background_image::add_child_element( xml::sax * Reader, const ::std::wstring & Ns, const ::std::wstring & Name)
{
    if (L"office" == Ns && L"binary-data" == Name)
        CP_CREATE_ELEMENT(office_binary_data_);
    else
    {
        CP_NOT_APPLICABLE_ELM();
    }
}
Exemplo n.º 3
0
void table_table_source::create_child_element(const std::wstring & Ns, const std::wstring & Name)
{
    CP_NOT_APPLICABLE_ELM();
}
Exemplo n.º 4
0
void style_drawing_page_properties::add_child_element( xml::sax * Reader, const ::std::wstring & Ns, const ::std::wstring & Name)
{
    CP_NOT_APPLICABLE_ELM();
}
Exemplo n.º 5
0
void presentation_placeholder::add_child_element( xml::sax * Reader, const ::std::wstring & Ns, const ::std::wstring & Name)
{
    CP_NOT_APPLICABLE_ELM();
}
void style_paragraph_properties::add_child_element( xml::sax * Reader, const ::std::wstring & Ns, const ::std::wstring & Name)
{
    if (!style_paragraph_properties_content_.add_child_element(Reader, Ns, Name, getContext()))    
         CP_NOT_APPLICABLE_ELM();
}
Exemplo n.º 7
0
void style_map::create_child_element(  const ::std::wstring & Ns, const ::std::wstring & Name)
{
    CP_NOT_APPLICABLE_ELM();
}
void table_null_date::add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name)
{
    CP_NOT_APPLICABLE_ELM();
}