Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/window/
H A Darrange.cxx1003 MatrixElement& rEle( m_aElements[ it->second ] ); in addWindow() local
1004 rEle.m_pElement = i_pWindow; in addWindow()
1005 rEle.m_pChild.reset(); in addWindow()
1006 rEle.m_nExpandPriority = i_nExpandPrio; in addWindow()
1007 rEle.m_aMinSize = i_rMinSize; in addWindow()
1008 rEle.m_nX = i_nX; in addWindow()
1009 rEle.m_nY = i_nY; in addWindow()
1044 MatrixElement& rEle( m_aElements[ it->second ] ); in addChild() local
1045 rEle.m_pElement = 0; in addChild()
1046 rEle.m_pChild = i_pChild; in addChild()
[all …]
/AOO41X/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx2823 sal_Int32 PDFWriterImpl::emitStructure( PDFStructureElement& rEle ) in emitStructure() argument
2827 rEle.m_eType == PDFWriter::NonStructElement && in emitStructure()
2828 rEle.m_nOwnElement != rEle.m_nParentElement // but of course emit the struct tree root in emitStructure()
2832 …for( std::list< sal_Int32 >::const_iterator it = rEle.m_aChildren.begin(); it != rEle.m_aChildren.… in emitStructure()
2839 if( rChild.m_nParentElement == rEle.m_nOwnElement ) in emitStructure()
2860 aLine.append( rEle.m_nObject ); in emitStructure()
2864 if( rEle.m_nOwnElement == rEle.m_nParentElement ) in emitStructure()
2891 if( rEle.m_aAlias.getLength() > 0 ) in emitStructure()
2892 aLine.append( rEle.m_aAlias ); in emitStructure()
2894 aLine.append( getStructureTag( rEle.m_eType ) ); in emitStructure()
[all …]
H A Dpdfwriter_impl.hxx938 rtl::OString emitStructureAttributes( PDFStructureElement& rEle );
943 void addInternalStructureContainer( PDFStructureElement& rEle );
946 sal_Int32 emitStructure( PDFStructureElement& rEle );