/aoo41x/main/filter/source/graphicfilter/idxf/ |
H A D | dxf2mtf.cxx | 319 rE.aP0+DXFVector(rE.fRadius*cos(fAng),rE.fRadius*sin(fAng),0), in DrawCircleEntity() 329 rE.aP0+DXFVector(rE.fRadius*cos(fAng),rE.fRadius*sin(fAng),rE.fThickness), in DrawCircleEntity() 382 rE.aP0+DXFVector(rE.fRadius*cos(fAng),rE.fRadius*sin(fAng),0), in DrawArcEntity() 392 rE.aP0+DXFVector(rE.fRadius*cos(fAng),rE.fRadius*sin(fAng),rE.fThickness), in DrawArcEntity() 431 if (rE.aP2==rE.aP3) nN=3; else nN=4; in DrawSolidEntity() 463 DXFTransform aT( DXFTransform(rE.fXScale,rE.fHeight,1.0,rE.fRotAngle,rE.aP0), rTransform ); in DrawTextEntity() 484 DXFTransform aDXFTransform2(rE.fXScale,rE.fYScale,rE.fZScale,rE.fRotAngle,rE.aP0); in DrawInsertEntity() 497 if (rE.sLayer[0]!='0' || rE.sLayer[1]!=0) { in DrawInsertEntity() 522 DXFTransform aT( DXFTransform( rE.fXScale, rE.fHeight, 1.0, rE.fRotAngle, rE.aP0 ), rTransform ); in DrawAttribEntity() 713 if (rE.aP2==rE.aP3) nN=3; else nN=4; in Draw3DFaceEntity() [all …]
|
H A D | dxf2mtf.hxx | 67 long GetEntityColor(const DXFBasicEntity & rE); 71 DXFLineInfo GetEntityDXFLineInfo(const DXFBasicEntity & rE); 73 sal_Bool SetLineAttribute(const DXFBasicEntity & rE, sal_uLong nWidth=0); 75 sal_Bool SetAreaAttribute(const DXFBasicEntity & rE); 77 sal_Bool SetFontAttribute(const DXFBasicEntity & rE, short nAngle, 80 void DrawLineEntity(const DXFLineEntity & rE, const DXFTransform & rTransform); 82 void DrawPointEntity(const DXFPointEntity & rE, const DXFTransform & rTransform); 86 void DrawArcEntity(const DXFArcEntity & rE, const DXFTransform & rTransform); 88 void DrawTraceEntity(const DXFTraceEntity & rE, const DXFTransform & rTransform); 90 void DrawSolidEntity(const DXFSolidEntity & rE, const DXFTransform & rTransform); [all …]
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndindex.cxx | 38 SwNodeRange::SwNodeRange( const SwNodeIndex &rS, const SwNodeIndex &rE ) in SwNodeRange() argument 39 : aStart( rS ), aEnd( rE ) in SwNodeRange() 52 const SwNodeIndex& rE, long nEndDiff ) in SwNodeRange() argument 53 : aStart( rS, nSttDiff ), aEnd( rE, nEndDiff ) in SwNodeRange() 57 const SwNode& rE, long nEndDiff ) in SwNodeRange() argument 58 : aStart( rS, nSttDiff ), aEnd( rE, nEndDiff ) in SwNodeRange()
|
/aoo41x/main/sw/inc/ |
H A D | ndindex.hxx | 115 SwNodeRange( const SwNodeIndex &rS, const SwNodeIndex &rE ); 120 const SwNodeIndex& rE, long nEndDiff = 0 ); 122 const SwNode& rE, long nEndDiff = 0 );
|
/aoo41x/main/sot/source/sdstor/ |
H A D | stg.cxx | 339 SvStorageInfo::SvStorageInfo( const StgDirEntry& rE ) in SvStorageInfo() argument 341 rE.aEntry.GetName( aName ); in SvStorageInfo() 342 bStorage = sal_Bool( rE.aEntry.GetType() == STG_STORAGE ); in SvStorageInfo() 343 bStream = sal_Bool( rE.aEntry.GetType() == STG_STREAM ); in SvStorageInfo() 344 nSize = bStorage ? 0 : rE.aEntry.GetSize(); in SvStorageInfo()
|
/aoo41x/main/sc/inc/ |
H A D | listenercalls.hxx | 49 const ::com::sun::star::lang::EventObject& rE ) : in ScUnoListenerEntry() 51 aEvent( rE ) in ScUnoListenerEntry()
|
/aoo41x/main/svx/source/unodialogs/textconversiondlgs/ |
H A D | chinese_dictionarydialog.cxx | 446 bool DictionaryEntry::operator==( const DictionaryEntry& rE ) const in operator ==() 448 return m_aTerm == rE.m_aTerm in operator ==() 449 && m_aMapping == rE.m_aMapping in operator ==() 450 && m_nConversionPropertyType == rE.m_nConversionPropertyType; in operator ==()
|
H A D | chinese_dictionarydialog.hxx | 63 bool operator==( const DictionaryEntry& rE ) const;
|
/aoo41x/main/stlport/systemstl/ |
H A D | hash_map | 68 hash_map( size_t, const __H&, const __E& rE=__E()); // not implemented 88 hash_multimap( size_t, const __H&, const __E& rE=__E()); // not implemented
|
H A D | hash_set | 65 hash_set( size_t, const __H&, const __E& rE=__E()); // not implemented 82 hash_multiset( size_t, const __H&, const __E& rE=__E()); // not implemented
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtparaimphint.hxx | 62 const Reference < XTextRange > & rE ) : in XMLHint_Impl() 64 xEnd( rE ), in XMLHint_Impl()
|
/aoo41x/main/linguistic/source/ |
H A D | gciterator.cxx | 892 catch (::uno::Exception &rE) in processLinguServiceEvent() 894 (void) rE; in processLinguServiceEvent() 897 OUStringToOString(rE.Message, RTL_TEXTENCODING_UTF8).getStr()); in processLinguServiceEvent()
|
/aoo41x/main/vcl/source/window/ |
H A D | window.cxx | 697 MouseEvent ImplTranslateMouseEvent( const MouseEvent& rE, Window* pSource, Window* pDest ) in ImplTranslateMouseEvent() argument 699 Point aPos = pSource->OutputToScreenPixel( rE.GetPosPixel() ); in ImplTranslateMouseEvent() 701 return MouseEvent( aPos, rE.GetClicks(), rE.GetMode(), rE.GetButtons(), rE.GetModifier() ); in ImplTranslateMouseEvent()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 3355 void SdrEscherImport::ImportHeaderFooterContainer( DffRecordHeader& rHd, HeaderFooterEntry& rE ) in ImportHeaderFooterContainer() argument 3365 rStCtrl >> rE.nAtom; in ImportHeaderFooterContainer() 3371 MSDFFReadZString( rStCtrl, rE.pPlaceholder[ aHd.nRecInstance ], aHd.nRecLen, sal_True ); in ImportHeaderFooterContainer()
|
/aoo41x/extras/l10n/source/lv/ |
H A D | localize.sdf | 17948 …NU.SID_MN_SUB_TRANSLITERATE SID_TRANSLITERATE_TOGGLE_CASE 0 lv pĀRSLĒG~T rEĢISTRU 2002-02-02 …
|