Home
last modified time | relevance | path

Searched refs:rElem (Results 1 – 25 of 25) sorted by relevance

/trunk/main/sdext/source/pdfimport/tree/
H A Dwritertreevisiting.cxx115 double rel_x = rElem.x, rel_y = rElem.y; in fillFrameProps()
118 Element* pAnchor = rElem.Parent; in fillFrameProps()
151 if( !rElem.isCharacter ) in fillFrameProps()
185 if( ! rElem.isCharacter ) in fillFrameProps()
670 while( it != rElem.Children.end() ) in checkHeaderAndFooter()
685 rElem.HeaderElement = pPara; in checkHeaderAndFooter()
697 while( rit != rElem.Children.rend() ) in checkHeaderAndFooter()
712 rElem.FooterElement = pPara; in checkHeaderAndFooter()
1051 if( rElem.StyleId != -1 ) in setFirstOnPage()
1061 if( rElem.StyleId != -1 ) in setFirstOnPage()
[all …]
H A Ddrawtreevisiting.cxx209 void DrawXmlEmitter::fillFrameProps( DrawElement& rElem, in fillFrameProps() argument
215 double rel_x = rElem.x, rel_y = rElem.y; in fillFrameProps()
217 rProps[ USTR( "draw:z-index" ) ] = rtl::OUString::valueOf( rElem.ZOrder ); in fillFrameProps()
218 rProps[ USTR( "draw:style-name" )] = rEmitContext.rStyles.getStyleName( rElem.StyleId ); in fillFrameProps()
219 rProps[ USTR( "svg:width" ) ] = convertPixelToUnitString( rElem.w ); in fillFrameProps()
220 rProps[ USTR( "svg:height" ) ] = convertPixelToUnitString( rElem.h ); in fillFrameProps()
223 rEmitContext.rProcessor.getGraphicsContext( rElem.GCId ); in fillFrameProps()
243 if( rElem.MirrorVertical ) in fillFrameProps()
H A Dwritertreevisiting.hxx38 void checkHeaderAndFooter( PageElement& rElem );
63 void setFirstOnPage( ParagraphElement& rElem,
90 void fillFrameProps( DrawElement& rElem,
H A Ddrawtreevisiting.hxx98 void fillFrameProps( DrawElement& rElem,
/trunk/main/basegfx/source/tools/
H A Ddebugplotter.cxx121 void outputPoint( const ::std::pair< B2DPoint, ::rtl::OString >& rElem ) in outputPoint() argument
124 … *mpStream << " " << rElem.first.getX() << "\t" << rElem.first.getY() << ::std::endl; in outputPoint()
126 OSL_TRACE( " %f\t%f\n", rElem.first.getX(), rElem.first.getY() ); in outputPoint()
129 void outputVector( const ::std::pair< B2DVector, ::rtl::OString >& rElem ) in outputVector() argument
132 …*mpStream << " " << rElem.first.getX() << "\t" << rElem.first.getY() << ::std::endl << ::std::endl; in outputVector()
134 OSL_TRACE( " %f\t%f\n\n", rElem.first.getX(), rElem.first.getY() ); in outputVector()
137 void outputRect( const ::std::pair< B2DRange, ::rtl::OString >& rElem ) in outputRect() argument
139 const double nX0( rElem.first.getMinX() ); in outputRect()
140 const double nY0( rElem.first.getMinY() ); in outputRect()
141 const double nX1( rElem.first.getMaxX() ); in outputRect()
[all …]
/trunk/main/sw/qa/core/
H A Dbigpointerarray-new.cxx70 void BigPtrArray::Insert(const ElementPtr& rElem, sal_uLong pos) in Insert() argument
74 rElem->pBigPtrArray_ = this; in Insert()
75 rElem->pos_ = pos; in Insert()
78 container_.push_back(rElem); in Insert()
81 container_.insert(container_.begin() + pos, rElem); in Insert()
93 void BigPtrArray::Replace(sal_uLong pos, const ElementPtr& rElem) in Replace() argument
96 rElem->pBigPtrArray_ = this; in Replace()
97 rElem->pos_ = pos; in Replace()
98 container_[pos] = rElem; in Replace()
H A Dbigpointerarray-new.hxx92 void Insert(const ElementPtr& rElem, sal_uLong pos);
128 void Replace(sal_uLong pos, const ElementPtr& rElem);
H A DTest-BigPtrArray.cxx79 sal_Bool AddToCount(const ElementPtr& rElem, void* pArgs) in AddToCount() argument
81 BigPtrEntryMock* const pbem = static_cast<BigPtrEntryMock* const>(rElem); in AddToCount()
/trunk/main/sfx2/inc/sfx2/
H A Dminarray.hxx62 void Append( const T& rElem );\
64 sal_Bool Remove( const T& rElem );\
83 Insert( nPos, rElem, 1 );\
327 void Insert( sal_uInt16 nPos, void* rElem );
328 void Append( void* rElem );
330 sal_Bool Remove( void* rElem );
409 void Insert( sal_uInt16 nPos, char rElem );
410 void Append( char rElem );
411 sal_Bool Remove( char rElem );
475 void Append( short rElem );
[all …]
H A Dminstack.hxx43 void Push( const T& rElem ) { Append( rElem ); } \
76 void Push( T rElem ) { Append( rElem ); } \
/trunk/main/ucbhelper/source/client/
H A Dproxydecider.cxx592 const util::ElementChange& rElem = pElementChanges[ n ]; in changesOccurred() local
594 if ( ( rElem.Accessor >>= aKey ) && aKey.getLength() ) in changesOccurred()
599 if ( !( rElem.Element >>= m_nProxyType ) ) in changesOccurred()
610 if ( !( rElem.Element >>= aNoProxyList ) ) in changesOccurred()
622 if ( !( rElem.Element >>= m_aHttpProxy.aName ) ) in changesOccurred()
632 if ( !( rElem.Element >>= m_aHttpProxy.nPort ) ) in changesOccurred()
645 if ( !( rElem.Element >>= m_aHttpsProxy.aName ) ) in changesOccurred()
655 if ( !( rElem.Element >>= m_aHttpsProxy.nPort ) ) in changesOccurred()
668 if ( !( rElem.Element >>= m_aFtpProxy.aName ) ) in changesOccurred()
678 if ( !( rElem.Element >>= m_aFtpProxy.nPort ) ) in changesOccurred()
/trunk/main/sw/source/core/bastyp/
H A Dbparr.cxx271 void BigPtrArray::Insert( const ElementPtr& rElem, sal_uLong pos ) in Insert() argument
328 Insert( rElem, pos ); in Insert()
359 ((ElementPtr&)rElem)->nOffset = sal_uInt16(pos); in Insert()
360 ((ElementPtr&)rElem)->pBlock = p; in Insert()
361 p->pData[ pos ] = rElem; in Insert()
456 void BigPtrArray::Replace( sal_uLong idx, const ElementPtr& rElem) in Replace() argument
464 ((ElementPtr&)rElem)->nOffset = sal_uInt16(idx - p->nStart); in Replace()
465 ((ElementPtr&)rElem)->pBlock = p; in Replace()
466 p->pData[ idx - p->nStart ] = rElem; in Replace()
/trunk/main/basegfx/source/range/
H A Db2dpolyrange.cxx68 explicit ImplB2DPolyRange( const B2DPolyRange::ElementType& rElem ) : in ImplB2DPolyRange() argument
69 maBounds( boost::get<0>(rElem) ), in ImplB2DPolyRange()
70 maRanges( 1, boost::get<0>(rElem) ), in ImplB2DPolyRange()
71 maOrient( 1, boost::get<1>(rElem) ) in ImplB2DPolyRange()
268 B2DPolyRange::B2DPolyRange( const ElementType& rElem ) : in B2DPolyRange() argument
269 mpImpl( ImplB2DPolyRange( rElem ) ) in B2DPolyRange()
/trunk/main/sot/source/sdstor/
H A Dstg.cxx744 sal_Bool Storage::CopyTo( const String& rElem, BaseStorage* pDest, const String& rNew ) in CopyTo() argument
748 StgDirEntry* pElem = pIo->pTOC->Find( *pEntry, rElem ); in CopyTo()
762 BaseStorage* p1 = OpenStorage( rElem, INTERNAL_MODE ); in CopyTo()
791 BaseStorageStream* p1 = OpenStream( rElem, INTERNAL_MODE ); in CopyTo()
853 sal_Bool Storage::MoveTo( const String& rElem, BaseStorage* pODest, const String& rNew ) in MoveTo() argument
861 StgDirEntry* pElem = pIo->pTOC->Find( *pEntry, rElem ); in MoveTo()
867 if( pOther && pIo == pOther->pIo && rElem == rNew ) in MoveTo()
892 bRes = CopyTo( rElem, pODest, rNew ); in MoveTo()
894 bRes = Remove( rElem ); in MoveTo()
/trunk/main/chart2/source/inc/
H A DDisposeHelper.hxx66 void operator() ( const T & rElem ) in operator ()()
68 Dispose< typename T::first_type >( rElem.first ); in operator ()()
75 void operator() ( const T & rElem ) in operator ()()
77 Dispose< typename T::second_type >( rElem.second ); in operator ()()
H A DCommonFunctors.hxx153 bool operator() ( const ::std::pair< First, Second > & rElem ) in operator ()() argument
155 return rElem.first == m_aValueToCompareWith; in operator ()()
/trunk/main/sfx2/source/bastyp/
H A Dminarray.cxx237 void SfxPtrArr::Insert( sal_uInt16 nPos, void* rElem ) in Insert() argument
263 memmove( pData+nPos, &rElem, sizeof(void*) ); in Insert()
452 void ByteArr::Insert( sal_uInt16 nPos, char rElem ) in Insert() argument
477 memmove( pData+nPos, &rElem, sizeof(char) ); in Insert()
684 void WordArr::Insert( sal_uInt16 nPos, short rElem ) in Insert() argument
709 memmove( pData+nPos, &rElem, sizeof(short) ); in Insert()
/trunk/main/xmloff/source/style/
H A Dxmltabe.cxx96 SvXMLElementExport rElem( rExport, XML_NAMESPACE_STYLE, XML_TAB_STOP, in exportTabStop() local
127 SvXMLElementExport rElem( rExport, XML_NAMESPACE_STYLE, XML_TAB_STOPS, in Export() local
H A DMarkerStyle.cxx224 … SvXMLElementExport rElem( rExport, XML_NAMESPACE_DRAW, XML_MARKER, sal_True, sal_False ); in exportXML() local
H A DHatchStyle.cxx250 SvXMLElementExport rElem( rExport, XML_NAMESPACE_DRAW, XML_HATCH, in exportXML() local
H A DDashStyle.cxx320 SvXMLElementExport rElem( rExport, in exportXML() local
H A DTransGradientStyle.cxx315 SvXMLElementExport rElem( rExport, in exportXML() local
/trunk/main/basic/source/sbx/
H A Dsbxcoll.cxx224 ( const XubString& rClass, const XubString& rElem, sal_Bool b ) in SbxStdCollection() argument
225 : SbxCollection( rClass ), aElemClass( rElem ), in SbxStdCollection()
/trunk/main/ucb/source/core/
H A Ducb.cxx715 const util::ElementChange& rElem = pElementChanges[ n ]; in changesOccurred() local
717 rElem.Accessor >>= aKey; in changesOccurred()
/trunk/main/xmloff/source/text/
H A DXMLSectionFootnoteConfigExport.cxx194 SvXMLElementExport rElem(rExport, XML_NAMESPACE_TEXT, in exportXML() local

Completed in 101 milliseconds