/aoo41x/main/basegfx/source/tools/ |
H A D | debugplotter.cxx | 121 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 …]
|
/aoo41x/main/sdext/source/pdfimport/tree/ |
H A D | writertreevisiting.cxx | 115 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 D | drawtreevisiting.cxx | 209 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 D | writertreevisiting.hxx | 38 void checkHeaderAndFooter( PageElement& rElem ); 63 void setFirstOnPage( ParagraphElement& rElem, 90 void fillFrameProps( DrawElement& rElem,
|
H A D | drawtreevisiting.hxx | 98 void fillFrameProps( DrawElement& rElem,
|
/aoo41x/main/sw/qa/core/ |
H A D | bigpointerarray-new.cxx | 70 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 D | bigpointerarray-new.hxx | 92 void Insert(const ElementPtr& rElem, sal_uLong pos); 128 void Replace(sal_uLong pos, const ElementPtr& rElem);
|
H A D | Test-BigPtrArray.cxx | 76 sal_Bool AddToCount(const ElementPtr& rElem, void* pArgs) in AddToCount() argument 78 BigPtrEntryMock* const pbem = static_cast<BigPtrEntryMock* const>(rElem); in AddToCount()
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | minarray.hxx | 62 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 D | minstack.hxx | 43 void Push( const T& rElem ) { Append( rElem ); } \ 76 void Push( T rElem ) { Append( rElem ); } \
|
/aoo41x/main/ucbhelper/source/client/ |
H A D | proxydecider.cxx | 592 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()
|
/aoo41x/main/sw/source/core/bastyp/ |
H A D | bparr.cxx | 271 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()
|
/aoo41x/main/basegfx/source/range/ |
H A D | b2dpolyrange.cxx | 68 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()
|
/aoo41x/main/chart2/source/inc/ |
H A D | DisposeHelper.hxx | 66 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 D | CommonFunctors.hxx | 153 bool operator() ( const ::std::pair< First, Second > & rElem ) in operator ()() argument 155 return rElem.first == m_aValueToCompareWith; in operator ()()
|
/aoo41x/main/sot/source/sdstor/ |
H A D | stg.cxx | 744 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()
|
/aoo41x/main/sfx2/source/bastyp/ |
H A D | minarray.cxx | 237 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()
|
/aoo41x/main/xmloff/source/style/ |
H A D | xmltabe.cxx | 96 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 D | MarkerStyle.cxx | 224 … SvXMLElementExport rElem( rExport, XML_NAMESPACE_DRAW, XML_MARKER, sal_True, sal_False ); in exportXML() local
|
H A D | HatchStyle.cxx | 250 SvXMLElementExport rElem( rExport, XML_NAMESPACE_DRAW, XML_HATCH, in exportXML() local
|
H A D | DashStyle.cxx | 320 SvXMLElementExport rElem( rExport, in exportXML() local
|
H A D | TransGradientStyle.cxx | 315 SvXMLElementExport rElem( rExport, in exportXML() local
|
/aoo41x/main/basic/source/sbx/ |
H A D | sbxcoll.cxx | 224 ( const XubString& rClass, const XubString& rElem, sal_Bool b ) in SbxStdCollection() argument 225 : SbxCollection( rClass ), aElemClass( rElem ), in SbxStdCollection()
|
/aoo41x/main/ucb/source/core/ |
H A D | ucb.cxx | 715 const util::ElementChange& rElem = pElementChanges[ n ]; in changesOccurred() local 717 rElem.Accessor >>= aKey; in changesOccurred()
|
/aoo41x/main/xmloff/source/text/ |
H A D | XMLSectionFootnoteConfigExport.cxx | 194 SvXMLElementExport rElem(rExport, XML_NAMESPACE_TEXT, in exportXML() local
|