Home
last modified time | relevance | path

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

123

/trunk/main/sw/source/core/doc/
H A Dlineinfo.cxx73 aType( rCpy.GetNumType() ), in SwLineNumberInfo()
74 aDivider( rCpy.GetDivider() ), in SwLineNumberInfo()
76 nCountBy( rCpy.GetCountBy() ), in SwLineNumberInfo()
78 ePos( rCpy.GetPos() ), in SwLineNumberInfo()
84 if ( rCpy.GetRegisteredIn() ) in SwLineNumberInfo()
90 if ( rCpy.GetRegisteredIn() ) in operator =()
95 aType = rCpy.GetNumType(); in operator =()
96 aDivider = rCpy.GetDivider(); in operator =()
98 nCountBy = rCpy.GetCountBy(); in operator =()
100 ePos = rCpy.GetPos(); in operator =()
[all …]
/trunk/main/sw/source/core/layout/
H A Dpagedesc.cxx79 aDescName( rCpy.GetName() ), in SwPageDesc()
81 aMaster( rCpy.GetMaster() ), in SwPageDesc()
82 aLeft( rCpy.GetLeft() ), in SwPageDesc()
84 pFollow( rCpy.pFollow ), in SwPageDesc()
87 eUse( rCpy.ReadUseOn() ), in SwPageDesc()
399 nLineWidth(rCpy.nLineWidth), in SwPageFtnInfo()
400 aLineColor(rCpy.aLineColor), in SwPageFtnInfo()
401 aWidth( rCpy.GetWidth() ), in SwPageFtnInfo()
402 eAdj( rCpy.GetAdj() ), in SwPageFtnInfo()
424 aWidth = rCpy.GetWidth(); in operator =()
[all …]
H A Datrfrm.cxx261 aSize = rCpy.GetSize(); in operator =()
508 bActive( rCpy.IsActive() ) in SwFmtHeader()
555 bActive( rCpy.IsActive() ) in SwFmtFooter()
828 eAdj( rCpy.GetLineAdj() ), in SwFmtCol()
832 bOrtho( rCpy.IsOrtho() ) in SwFmtCol()
848 eAdj = rCpy.GetLineAdj(); in operator =()
850 bOrtho = rCpy.IsOrtho(); in operator =()
1149 bContour = rCpy.bContour; in SwFmtSurround()
1150 bOutside = rCpy.bOutside; in SwFmtSurround()
2053 SetPrev( rCpy.GetPrev() ); in SwFmtChain()
[all …]
/trunk/main/sc/source/core/tool/
H A Dviewopti.cxx89 nFldDrawX = rCpy.nFldDrawX; in operator =()
91 nFldDrawY = rCpy.nFldDrawY; in operator =()
93 nFldSnapX = rCpy.nFldSnapX; in operator =()
94 nFldSnapY = rCpy.nFldSnapY; in operator =()
96 bSynchronize = rCpy.bSynchronize; in operator =()
97 bGridVisible = rCpy.bGridVisible; in operator =()
98 bEqualGrid = rCpy.bEqualGrid; in operator =()
108 && nFldDrawX == rCpy.nFldDrawX in operator ==()
134 *this = rCpy; in ScViewOptions()
194 aGridCol = rCpy.aGridCol; in operator =()
[all …]
H A Ddocoptio.cxx82 : fIterEps( rCpy.fIterEps ), in ScDocOptions()
83 nIterCount( rCpy.nIterCount ), 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()
91 bIsIter( rCpy.bIsIter ), in ScDocOptions()
92 bCalcAsShown( rCpy.bCalcAsShown ), in ScDocOptions()
93 bMatchWholeCell( rCpy.bMatchWholeCell ), in ScDocOptions()
[all …]
H A Dappoptio.cxx67 *this = rCpy; in ScAppOptions()
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 =()
125 bDetectiveAuto = rCpy.bDetectiveAuto; in operator =()
129 nTrackMoveColor = rCpy.nTrackMoveColor; in operator =()
[all …]
H A Dinputopt.cxx67 *this = rCpy; in ScInputOptions()
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 =()
103 bUseTabCol = rCpy.bUseTabCol; in operator =()
104 bTextWysiwyg = rCpy.bTextWysiwyg; in operator =()
[all …]
H A Dprintopt.cxx50 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 =()
/trunk/main/sc/source/ui/inc/
H A Dimoptdlg.hxx58 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()
70 nFieldSepCode = rCpy.nFieldSepCode; in operator =()
71 nTextSepCode = rCpy.nTextSepCode; in operator =()
72 aStrFont = rCpy.aStrFont; in operator =()
[all …]
/trunk/main/sc/inc/
H A Ddocoptio.hxx120 bIsIgnoreCase = rCpy.bIsIgnoreCase; in operator =()
121 bIsIter = rCpy.bIsIter; in operator =()
122 nIterCount = rCpy.nIterCount; in operator =()
123 fIterEps = rCpy.fIterEps; in operator =()
125 nDay = rCpy.nDay; in operator =()
126 nMonth = rCpy.nMonth; in operator =()
127 nYear = rCpy.nYear; in operator =()
128 nYear2000 = rCpy.nYear2000; in operator =()
129 nTabDistance = rCpy.nTabDistance; in operator =()
130 bCalcAsShown = rCpy.bCalcAsShown; in operator =()
[all …]
H A Dattrib.hxx174 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 Dcollect.hxx157 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()
/trunk/main/sw/source/core/bastyp/
H A Dtabcol.cxx44 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()
50 aData( rCpy.GetData() ) in SwTabCols()
70 nLeftMin = rCpy.GetLeftMin(); in operator =()
71 nLeft = rCpy.GetLeft(); in operator =()
72 nRight = rCpy.GetRight(); in operator =()
73 nRightMax= rCpy.GetRightMax(); in operator =()
[all …]
/trunk/main/sw/inc/
H A Dfmtornt.hxx49 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 Dfmtsrnd.hxx48 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 Dcellfml.hxx117 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 =()
/trunk/main/editeng/inc/editeng/
H A Dlrspitem.hxx81 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 Dulspitem.hxx56 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 =()
/trunk/main/sc/source/ui/dbgui/
H A Dasciiopt.cxx150 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 =()
/trunk/main/svx/source/dialog/
H A Drulritem.cxx165 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()
283 : SfxPoolItem(rCpy), in SvxLongULSpaceItem()
284 lLeft(rCpy.lLeft), in SvxLongULSpaceItem()
285 lRight(rCpy.lRight) in SvxLongULSpaceItem()
412 : SfxPoolItem(rCpy), in SvxPagePosSizeItem()
413 aPos(rCpy.aPos), in SvxPagePosSizeItem()
414 lWidth(rCpy.lWidth), in SvxPagePosSizeItem()
[all …]
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx1747 SfxPoolItem ( rCpy ), 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()
2570 pHori = rCpy.GetHori() ? new SvxBorderLine( *rCpy.GetHori() ) : 0; in SvxBoxInfoItem()
2571 pVert = rCpy.GetVert() ? new SvxBorderLine( *rCpy.GetVert() ) : 0; in SvxBoxInfoItem()
2592 pHori = rCpy.GetHori() ? new SvxBorderLine( *rCpy.GetHori() ) : 0; in operator =()
2593 pVert = rCpy.GetVert() ? new SvxBorderLine( *rCpy.GetVert() ) : 0; in operator =()
3241 SfxPoolItem ( rCpy ) in SvxLineItem()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dlotrange.hxx61 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 =()
/trunk/main/svx/source/items/
H A Dclipfmtitem.cxx49 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()
/trunk/main/sw/source/core/para/
H A Dparatr.cxx80 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()
/trunk/main/svl/inc/svl/
H A Dmacitem.hxx125 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()

Completed in 156 milliseconds

123