Home
last modified time | relevance | path

Searched refs:StructElement (Results 1 – 23 of 23) sorted by relevance

/trunk/main/autodoc/source/ary/idl/
H A Di_structelem.cxx38 StructElement::StructElement( const String & i_sName, in StructElement() function in ary::idl::StructElement
49 StructElement::~StructElement() in ~StructElement()
54 StructElement::do_Accept( csv::ProcessorIfc & io_processor ) const in do_Accept()
60 StructElement::get_AryClass() const in get_AryClass()
66 StructElement::inq_LocalName() const in inq_LocalName()
72 StructElement::inq_NameRoom() const in inq_NameRoom()
78 StructElement::inq_Owner() const in inq_Owner()
84 StructElement::inq_SightLevel() const in inq_SightLevel()
93 inline const StructElement &
96 csv_assert( i_ce.AryClass() == StructElement::class_id ); in selem_cast()
[all …]
H A Dia_ce.cxx324 StructElement &
331 StructElement & ret = *new StructElement( i_sName, in Store_StructMember()
340 StructElement &
347 StructElement & ret = *new StructElement( i_sName, in Store_ExceptionMember()
445 const StructElement &
448 return ary_cast<StructElement>(Storage()[i_nId]); in Find_StructElement()
H A Di2s_calculator.hxx54 class StructElement;
141 public csv::ConstProcessor<StructElement>,
192 const StructElement &
H A Dia_ce.hxx135 virtual StructElement &
140 virtual StructElement &
179 virtual const StructElement &
H A Di2s_calculator.cxx423 SecondariesCalculator::do_Process( const StructElement & i_rData ) in do_Process()
425 const StructElement & in do_Process()
426 rStructElement = ary_cast<StructElement>(i_rData); in do_Process()
/trunk/main/autodoc/inc/ary/idl/
H A Di_structelem.hxx45 class StructElement : public CodeEntity class
51 StructElement(
56 ~StructElement();
89 StructElement::Type() const in Type()
H A Dip_ce.hxx56 class StructElement;
134 virtual StructElement &
139 virtual StructElement &
179 virtual const StructElement &
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dstructuretagprimitive2d.hxx53 vcl::PDFWriter::StructElement maStructureElement;
58 const vcl::PDFWriter::StructElement& rStructureElement,
62 const vcl::PDFWriter::StructElement& getStructureElement() const { return maStructureElement; } in getStructureElement()
/trunk/main/sw/inc/
H A DEnhancedPDFExportHelper.hxx159 void BeginTag( vcl::PDFWriter::StructElement aTagRole, const String& rTagName );
162 void SetAttributes( vcl::PDFWriter::StructElement eType );
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx428 void SwTaggedPDFHelper::BeginTag( vcl::PDFWriter::StructElement eType, const String& rString ) in BeginTag()
505 void SwTaggedPDFHelper::SetAttributes( vcl::PDFWriter::StructElement eType ) in SetAttributes()
1340 BeginTag( static_cast<vcl::PDFWriter::StructElement>(nPDFType), aPDFType ); in BeginBlockStructureElements()
1489 BeginTag( static_cast<vcl::PDFWriter::StructElement>(nPDFType), aPDFType ); in BeginInlineStructureElements()
/trunk/main/drawinglayer/source/primitive2d/
H A Dstructuretagprimitive2d.cxx41 const vcl::PDFWriter::StructElement& rStructureElement, in StructureTagPrimitive2D()
/trunk/main/vcl/inc/vcl/
H A Dpdfwriter.hxx115 enum StructElement enum in vcl::PDFWriter
1146 …sal_Int32 BeginStructureElement( enum StructElement eType, const rtl::OUString& rAlias = rtl::OUSt…
H A Dpdfextoutdevdata.hxx408 …sal_Int32 BeginStructureElement( PDFWriter::StructElement eType, const rtl::OUString& rAlias = rtl…
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx520 PDFWriter::StructElement m_eType;
580 static const sal_Char* getStructureTag( PDFWriter::StructElement );
1295 sal_Int32 beginStructureElement( PDFWriter::StructElement eType, const rtl::OUString& rAlias );
H A Dpdfextoutdevdata.cxx302 std::deque< PDFWriter::StructElement > mParaStructElements;
759 …sal_Int32 PDFExtOutDevData::BeginStructureElement( PDFWriter::StructElement eType, const rtl::OUSt… in BeginStructureElement()
H A Dpdfwriter.cxx474 sal_Int32 PDFWriter::BeginStructureElement( PDFWriter::StructElement eType, const rtl::OUString& rA… in BeginStructureElement()
H A Dpdfwriter_impl.cxx11033 const sal_Char* PDFWriterImpl::getStructureTag( PDFWriter::StructElement eType ) in getStructureTag()
11035 static std::map< PDFWriter::StructElement, const char* > aTagStrings; in getStructureTag()
11077 … std::map< PDFWriter::StructElement, const char* >::const_iterator it = aTagStrings.find( eType ); in getStructureTag()
11162 sal_Int32 PDFWriterImpl::beginStructureElement( PDFWriter::StructElement eType, const rtl::OUString… in beginStructureElement()
11181 PDFWriter::StructElement childType = PDFWriter::NonStructElement; in beginStructureElement()
11440 PDFWriter::StructElement eType = m_aStructure[ m_nCurrentStructElement ].m_eType; in setStructureAttribute()
11642 PDFWriter::StructElement eType = m_aStructure[ m_nCurrentStructElement ].m_eType; in setStructureAttributeNumerical()
11770 PDFWriter::StructElement eType = m_aStructure[ m_nCurrentStructElement ].m_eType; in setStructureBoundingBox()
/trunk/main/autodoc/source/parser_i/inc/s2_luidl/
H A Dpe_selem.hxx49 class StructElement;
H A Dpe_excp.hxx57 class StructElement;
H A Dpe_struc.hxx57 class StructElement;
/trunk/main/autodoc/source/parser_i/idl/
H A Dpe_selem.cxx159 ary::idl::StructElement * in TransferData()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1539 vcl::PDFWriter::StructElement ImplBegStructureTag( SdrObject& rObject );
1757 vcl::PDFWriter::StructElement ImplRenderPaintProc::ImplBegStructureTag( SdrObject& rObject ) in ImplBegStructureTag()
1759 vcl::PDFWriter::StructElement eElement(vcl::PDFWriter::NonStructElement); in ImplBegStructureTag()
1799 const vcl::PDFWriter::StructElement eElement(ImplBegStructureTag( *pObject )); in createRedirectedPrimitive2DSequence()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx2129 const vcl::PDFWriter::StructElement& rTagElement(rStructureTagCandidate.getStructureElement()); in processBasePrimitive2D()

Completed in 183 milliseconds