| /AOO41X/main/sw/source/core/doc/ |
| H A D | lineinfo.cxx | 72 SwLineNumberInfo::SwLineNumberInfo(const SwLineNumberInfo &rCpy ) : SwClient(), in SwLineNumberInfo() argument 73 aType( rCpy.GetNumType() ), in SwLineNumberInfo() 74 aDivider( rCpy.GetDivider() ), in SwLineNumberInfo() 75 nPosFromLeft( rCpy.GetPosFromLeft() ), in SwLineNumberInfo() 76 nCountBy( rCpy.GetCountBy() ), in SwLineNumberInfo() 77 nDividerCountBy( rCpy.GetDividerCountBy() ), in SwLineNumberInfo() 78 ePos( rCpy.GetPos() ), in SwLineNumberInfo() 79 bPaintLineNumbers( rCpy.IsPaintLineNumbers() ), in SwLineNumberInfo() 80 bCountBlankLines( rCpy.IsCountBlankLines() ), in SwLineNumberInfo() 81 bCountInFlys( rCpy.IsCountInFlys() ), in SwLineNumberInfo() [all …]
|
| /AOO41X/main/sw/source/core/layout/ |
| H A D | pagedesc.cxx | 77 SwPageDesc::SwPageDesc( const SwPageDesc &rCpy ) : in SwPageDesc() argument 79 aDescName( rCpy.GetName() ), in SwPageDesc() 80 aNumType( rCpy.GetNumType() ), in SwPageDesc() 81 aMaster( rCpy.GetMaster() ), in SwPageDesc() 82 aLeft( rCpy.GetLeft() ), in SwPageDesc() 83 aDepend( this, (SwModify*)rCpy.aDepend.GetRegisteredIn() ), in SwPageDesc() 84 pFollow( rCpy.pFollow ), in SwPageDesc() 85 nRegHeight( rCpy.GetRegHeight() ), in SwPageDesc() 86 nRegAscent( rCpy.GetRegAscent() ), in SwPageDesc() 87 eUse( rCpy.ReadUseOn() ), in SwPageDesc() [all …]
|
| H A D | atrfrm.cxx | 254 SwFmtFrmSize& SwFmtFrmSize::operator=( const SwFmtFrmSize& rCpy ) in operator =() argument 256 aSize = rCpy.GetSize(); in operator =() 257 eFrmHeightType = rCpy.GetHeightSizeType(); in operator =() 258 eFrmWidthType = rCpy.GetWidthSizeType(); in operator =() 259 nHeightPercent = rCpy.GetHeightPercent(); in operator =() 260 nWidthPercent = rCpy.GetWidthPercent(); in operator =() 500 SwFmtHeader::SwFmtHeader( const SwFmtHeader &rCpy ) in SwFmtHeader() argument 502 SwClient( (SwModify*)rCpy.GetRegisteredIn() ), in SwFmtHeader() 503 bActive( rCpy.IsActive() ) in SwFmtHeader() 547 SwFmtFooter::SwFmtFooter( const SwFmtFooter &rCpy ) in SwFmtFooter() argument [all …]
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | viewopti.cxx | 86 const ScGridOptions& ScGridOptions::operator=( const ScGridOptions& rCpy ) in operator =() argument 88 nFldDrawX = rCpy.nFldDrawX; // UINT32 in operator =() 89 nFldDrawX = rCpy.nFldDrawX; in operator =() 90 nFldDivisionX = rCpy.nFldDivisionX; in operator =() 91 nFldDrawY = rCpy.nFldDrawY; in operator =() 92 nFldDivisionY = rCpy.nFldDivisionY; in operator =() 93 nFldSnapX = rCpy.nFldSnapX; in operator =() 94 nFldSnapY = rCpy.nFldSnapY; in operator =() 95 bUseGridsnap = rCpy.bUseGridsnap; // BitBool in operator =() 96 bSynchronize = rCpy.bSynchronize; in operator =() [all …]
|
| H A D | docoptio.cxx | 81 ScDocOptions::ScDocOptions( const ScDocOptions& rCpy ) in ScDocOptions() argument 82 : fIterEps( rCpy.fIterEps ), in ScDocOptions() 83 nIterCount( rCpy.nIterCount ), in ScDocOptions() 84 nPrecStandardFormat( rCpy.nPrecStandardFormat ), in ScDocOptions() 85 nDay( rCpy.nDay ), in ScDocOptions() 86 nMonth( rCpy.nMonth ), in ScDocOptions() 87 nYear( rCpy.nYear ), in ScDocOptions() 88 nYear2000( rCpy.nYear2000 ), in ScDocOptions() 89 nTabDistance( rCpy.nTabDistance ), in ScDocOptions() 90 bIsIgnoreCase( rCpy.bIsIgnoreCase ), in ScDocOptions() [all …]
|
| H A D | inputopt.cxx | 65 ScInputOptions::ScInputOptions( const ScInputOptions& rCpy ) in ScInputOptions() argument 67 *this = rCpy; in ScInputOptions() 94 const ScInputOptions& ScInputOptions::operator=( const ScInputOptions& rCpy ) in operator =() argument 96 nMoveDir = rCpy.nMoveDir; in operator =() 97 bMoveSelection = rCpy.bMoveSelection; in operator =() 98 bEnterEdit = rCpy.bEnterEdit; in operator =() 99 bExtendFormat = rCpy.bExtendFormat; in operator =() 100 bRangeFinder = rCpy.bRangeFinder; in operator =() 101 bExpandRefs = rCpy.bExpandRefs; in operator =() 102 bMarkHeader = rCpy.bMarkHeader; in operator =() [all …]
|
| H A D | appoptio.cxx | 65 ScAppOptions::ScAppOptions( const ScAppOptions& rCpy ) : pLRUList( NULL ) in ScAppOptions() argument 67 *this = rCpy; in ScAppOptions() 116 const ScAppOptions& ScAppOptions::operator=( const ScAppOptions& rCpy ) in operator =() argument 118 eMetric = rCpy.eMetric; in operator =() 119 eZoomType = rCpy.eZoomType; in operator =() 120 bSynchronizeZoom = rCpy.bSynchronizeZoom; in operator =() 121 nZoom = rCpy.nZoom; in operator =() 122 SetLRUFuncList( rCpy.pLRUList, rCpy.nLRUFuncCount ); in operator =() 123 nStatusFunc = rCpy.nStatusFunc; in operator =() 124 bAutoComplete = rCpy.bAutoComplete; in operator =() [all …]
|
| H A D | printopt.cxx | 50 ScPrintOptions::ScPrintOptions( const ScPrintOptions& rCpy ) : in ScPrintOptions() argument 51 bSkipEmpty( rCpy.bSkipEmpty ), in ScPrintOptions() 52 bAllSheets( rCpy.bAllSheets ) in ScPrintOptions() 66 const ScPrintOptions& ScPrintOptions::operator=( const ScPrintOptions& rCpy ) in operator =() argument 68 bSkipEmpty = rCpy.bSkipEmpty; in operator =() 69 bAllSheets = rCpy.bAllSheets; in operator =()
|
| /AOO41X/main/sc/source/ui/inc/ |
| H A D | imoptdlg.hxx | 58 ScImportOptions( const ScImportOptions& rCpy ) in ScImportOptions() argument 59 : nFieldSepCode (rCpy.nFieldSepCode), in ScImportOptions() 60 nTextSepCode (rCpy.nTextSepCode), in ScImportOptions() 61 aStrFont (rCpy.aStrFont), in ScImportOptions() 62 eCharSet (rCpy.eCharSet), in ScImportOptions() 63 bFixedWidth (rCpy.bFixedWidth), in ScImportOptions() 64 bSaveAsShown (rCpy.bSaveAsShown), in ScImportOptions() 65 bQuoteAllText (rCpy.bQuoteAllText) in ScImportOptions() 68 ScImportOptions& operator=( const ScImportOptions& rCpy ) in operator =() argument 70 nFieldSepCode = rCpy.nFieldSepCode; in operator =() [all …]
|
| /AOO41X/main/sc/inc/ |
| H A D | docoptio.hxx | 53 ScDocOptions( const ScDocOptions& rCpy ); 118 inline const ScDocOptions& ScDocOptions::operator=( const ScDocOptions& rCpy ) in operator =() argument 120 bIsIgnoreCase = rCpy.bIsIgnoreCase; in operator =() 121 bIsIter = rCpy.bIsIter; in operator =() 122 nIterCount = rCpy.nIterCount; in operator =() 123 fIterEps = rCpy.fIterEps; in operator =() 124 nPrecStandardFormat = rCpy.nPrecStandardFormat; in operator =() 125 nDay = rCpy.nDay; in operator =() 126 nMonth = rCpy.nMonth; in operator =() 127 nYear = rCpy.nYear; in operator =() [all …]
|
| H A D | attrib.hxx | 174 inline ScRangeItem( const ScRangeItem& rCpy ); 176 inline ScRangeItem& operator=( const ScRangeItem &rCpy ); 210 inline ScRangeItem::ScRangeItem( const ScRangeItem& rCpy ) in ScRangeItem() argument 211 : SfxPoolItem( rCpy.Which() ), aRange( rCpy.aRange ), nFlags( rCpy.nFlags ) in ScRangeItem() 214 inline ScRangeItem& ScRangeItem::operator=( const ScRangeItem &rCpy ) in operator =() argument 216 aRange = rCpy.aRange; in operator =() 229 ScTableListItem( const ScTableListItem& rCpy ); 233 ScTableListItem& operator=( const ScTableListItem &rCpy );
|
| H A D | collect.hxx | 157 TypedStrData( const TypedStrData& rCpy ) in TypedStrData() argument 159 aStrValue(rCpy.aStrValue), in TypedStrData() 160 nValue(rCpy.nValue), in TypedStrData() 161 nStrType(rCpy.nStrType) {} in TypedStrData() 185 TypedScStrCollection( const TypedScStrCollection& rCpy ) in TypedScStrCollection() argument 186 : ScSortedCollection( rCpy ) { bCaseSensitive = rCpy.bCaseSensitive; } in TypedScStrCollection()
|
| /AOO41X/main/sw/source/core/bastyp/ |
| H A D | tabcol.cxx | 44 SwTabCols::SwTabCols( const SwTabCols& rCpy ) : in SwTabCols() argument 45 nLeftMin( rCpy.GetLeftMin() ), in SwTabCols() 46 nLeft( rCpy.GetLeft() ), in SwTabCols() 47 nRight( rCpy.GetRight() ), in SwTabCols() 48 nRightMax( rCpy.GetRightMax() ), in SwTabCols() 49 bLastRowAllowedToChange( rCpy.IsLastRowAllowedToChange() ), in SwTabCols() 50 aData( rCpy.GetData() ) in SwTabCols() 56 SwTabColsEntry aEntry2 = rCpy.GetData()[i]; in SwTabCols() 68 SwTabCols &SwTabCols::operator=( const SwTabCols& rCpy ) in operator =() argument 70 nLeftMin = rCpy.GetLeftMin(); in operator =() [all …]
|
| /AOO41X/main/sw/inc/ |
| H A D | fmtornt.hxx | 49 inline SwFmtVertOrient &operator=( const SwFmtVertOrient &rCpy ); 87 inline SwFmtHoriOrient &operator=( const SwFmtHoriOrient &rCpy ); 112 inline SwFmtVertOrient &SwFmtVertOrient::operator=( const SwFmtVertOrient &rCpy ) in operator =() argument 114 nYPos = rCpy.GetPos(); in operator =() 115 eOrient = rCpy.GetVertOrient(); in operator =() 116 eRelation = rCpy.GetRelationOrient(); in operator =() 119 inline SwFmtHoriOrient &SwFmtHoriOrient::operator=( const SwFmtHoriOrient &rCpy ) in operator =() argument 121 nXPos = rCpy.GetPos(); in operator =() 122 eOrient = rCpy.GetHoriOrient(); in operator =() 123 eRelation = rCpy.GetRelationOrient(); in operator =() [all …]
|
| H A D | fmtsrnd.hxx | 48 inline SwFmtSurround &operator=( const SwFmtSurround &rCpy ); 73 inline SwFmtSurround &SwFmtSurround::operator=( const SwFmtSurround &rCpy ) in operator =() argument 75 bAnchorOnly = rCpy.IsAnchorOnly(); in operator =() 76 bContour = rCpy.IsContour(); in operator =() 77 bOutside = rCpy.IsOutside(); in operator =() 78 SfxEnumItem::SetValue( rCpy.GetValue() ); in operator =()
|
| H A D | cellfml.hxx | 117 SwTableFormula( const SwTableFormula& rCpy ) { *this = rCpy; } in SwTableFormula() argument 119 SwTableFormula& operator=( const SwTableFormula& rCpy ) in operator =() argument 121 sFormel = rCpy.sFormel; in operator =() 122 eNmType = rCpy.eNmType; in operator =() 123 bValidValue = rCpy.bValidValue; in operator =()
|
| /AOO41X/main/editeng/inc/editeng/ |
| H A D | lrspitem.hxx | 81 inline SvxLRSpaceItem& operator=( const SvxLRSpaceItem &rCpy ); 135 inline SvxLRSpaceItem &SvxLRSpaceItem::operator=( const SvxLRSpaceItem &rCpy ) in operator =() argument 137 nFirstLineOfst = rCpy.nFirstLineOfst; in operator =() 138 nTxtLeft = rCpy.nTxtLeft; in operator =() 139 nLeftMargin = rCpy.nLeftMargin; in operator =() 140 nRightMargin = rCpy.nRightMargin; in operator =() 141 nPropFirstLineOfst = rCpy.nPropFirstLineOfst; in operator =() 142 nPropLeftMargin = rCpy.nPropLeftMargin; in operator =() 143 nPropRightMargin = rCpy.nPropRightMargin; in operator =() 144 bAutoFirst = rCpy.bAutoFirst; in operator =()
|
| H A D | ulspitem.hxx | 56 inline SvxULSpaceItem& operator=( const SvxULSpaceItem &rCpy ); 90 inline SvxULSpaceItem &SvxULSpaceItem::operator=( const SvxULSpaceItem &rCpy ) in operator =() argument 92 nUpper = rCpy.GetUpper(); in operator =() 93 nLower = rCpy.GetLower(); in operator =() 94 nPropUpper = rCpy.GetPropUpper(); in operator =() 95 nPropLower = rCpy.GetPropLower(); in operator =()
|
| /AOO41X/main/sc/source/ui/dbgui/ |
| H A D | asciiopt.cxx | 150 ScAsciiOptions& ScAsciiOptions::operator=( const ScAsciiOptions& rCpy ) in operator =() argument 152 SetColInfo( rCpy.nInfoCount, rCpy.pColStart, rCpy.pColFormat ); in operator =() 154 bFixedLen = rCpy.bFixedLen; in operator =() 155 aFieldSeps = rCpy.aFieldSeps; in operator =() 156 bMergeFieldSeps = rCpy.bMergeFieldSeps; in operator =() 157 bQuotedFieldAsText = rCpy.bQuotedFieldAsText; in operator =() 158 cTextSep = rCpy.cTextSep; in operator =() 159 eCharSet = rCpy.eCharSet; in operator =() 160 bCharSetSystem = rCpy.bCharSetSystem; in operator =() 161 nStartRow = rCpy.nStartRow; in operator =()
|
| /AOO41X/main/svx/source/dialog/ |
| H A D | rulritem.cxx | 165 SvxLongLRSpaceItem::SvxLongLRSpaceItem(const SvxLongLRSpaceItem &rCpy) in SvxLongLRSpaceItem() argument 166 : SfxPoolItem(rCpy), in SvxLongLRSpaceItem() 167 lLeft(rCpy.lLeft), in SvxLongLRSpaceItem() 168 lRight(rCpy.lRight) in SvxLongLRSpaceItem() 282 SvxLongULSpaceItem::SvxLongULSpaceItem(const SvxLongULSpaceItem &rCpy) in SvxLongULSpaceItem() argument 283 : SfxPoolItem(rCpy), in SvxLongULSpaceItem() 284 lLeft(rCpy.lLeft), in SvxLongULSpaceItem() 285 lRight(rCpy.lRight) in SvxLongULSpaceItem() 411 SvxPagePosSizeItem::SvxPagePosSizeItem(const SvxPagePosSizeItem &rCpy) in SvxPagePosSizeItem() argument 412 : SfxPoolItem(rCpy), in SvxPagePosSizeItem() [all …]
|
| /AOO41X/main/editeng/source/items/ |
| H A D | frmitems.cxx | 1745 SvxBoxItem::SvxBoxItem( const SvxBoxItem& rCpy ) : in SvxBoxItem() argument 1747 SfxPoolItem ( rCpy ), in SvxBoxItem() 1748 nTopDist ( rCpy.nTopDist ), in SvxBoxItem() 1749 nBottomDist ( rCpy.nBottomDist ), in SvxBoxItem() 1750 nLeftDist ( rCpy.nLeftDist ), in SvxBoxItem() 1751 nRightDist ( rCpy.nRightDist ) in SvxBoxItem() 1754 pTop = rCpy.GetTop() ? new SvxBorderLine( *rCpy.GetTop() ) : 0; in SvxBoxItem() 1755 pBottom = rCpy.GetBottom() ? new SvxBorderLine( *rCpy.GetBottom() ) : 0; in SvxBoxItem() 1756 pLeft = rCpy.GetLeft() ? new SvxBorderLine( *rCpy.GetLeft() ) : 0; in SvxBoxItem() 1757 pRight = rCpy.GetRight() ? new SvxBorderLine( *rCpy.GetRight() ) : 0; in SvxBoxItem() [all …]
|
| /AOO41X/main/sc/source/filter/inc/ |
| H A D | lotrange.hxx | 61 inline void LotusRange::Copy( const LotusRange& rCpy ) in Copy() argument 63 nColStart = rCpy.nColStart; in Copy() 64 nRowStart = rCpy.nRowStart; in Copy() 65 nColEnd = rCpy.nColEnd; in Copy() 66 nRowEnd = rCpy.nRowEnd; in Copy() 76 inline LotusRange &LotusRange::operator =( const LotusRange& rCpy ) in operator =() argument 78 Copy( rCpy ); in operator =()
|
| /AOO41X/main/svx/source/items/ |
| H A D | clipfmtitem.cxx | 49 const SvxClipboardFmtItem_Impl& rCpy ) in SvxClipboardFmtItem_Impl() argument 51 aFmtIds.Insert( &rCpy.aFmtIds, 0 ); in SvxClipboardFmtItem_Impl() 52 for( sal_uInt16 n = 0, nEnd = rCpy.aFmtNms.Count(); n < nEnd; ++n ) in SvxClipboardFmtItem_Impl() 54 String* pStr = rCpy.aFmtNms[ n ]; in SvxClipboardFmtItem_Impl() 66 SvxClipboardFmtItem::SvxClipboardFmtItem( const SvxClipboardFmtItem& rCpy ) in SvxClipboardFmtItem() argument 67 : SfxPoolItem( rCpy.Which() ), in SvxClipboardFmtItem() 68 pImpl( new SvxClipboardFmtItem_Impl( *rCpy.pImpl ) ) in SvxClipboardFmtItem()
|
| /AOO41X/main/sw/source/core/para/ |
| H A D | paratr.cxx | 80 SwFmtDrop::SwFmtDrop( const SwFmtDrop &rCpy ) in SwFmtDrop() argument 82 SwClient( rCpy.GetRegisteredInNonConst() ), in SwFmtDrop() 84 nDistance( rCpy.GetDistance() ), in SwFmtDrop() 85 nReadFmt( rCpy.nReadFmt ), in SwFmtDrop() 86 nLines( rCpy.GetLines() ), in SwFmtDrop() 87 nChars( rCpy.GetChars() ), in SwFmtDrop() 88 bWholeWord( rCpy.GetWholeWord() ) in SwFmtDrop()
|
| /AOO41X/main/svl/inc/svl/ |
| H A D | macitem.hxx | 125 … inline SvxMacroTableDtor( const SvxMacroTableDtor &rCpy ) : _SvxMacroTableDtor() { *this = rCpy; } in SvxMacroTableDtor() argument 127 SvxMacroTableDtor& operator=( const SvxMacroTableDtor &rCpy ); 185 inline SvxMacroItem::SvxMacroItem( const SvxMacroItem &rCpy ) in SvxMacroItem() argument 186 : SfxPoolItem( rCpy ), in SvxMacroItem() 187 aMacroTable( rCpy.GetMacroTable() ) in SvxMacroItem()
|