Lines Matching refs:rApiAddress

45 							const ::com::sun::star::table::CellAddress& rApiAddress );
48 ::com::sun::star::table::CellAddress& rApiAddress,
61 const ::com::sun::star::table::CellAddress& rApiAddress );
64 ::com::sun::star::table::CellAddress& rApiAddress,
68 ::com::sun::star::table::CellAddress& rApiAddress,
88 const ::com::sun::star::table::CellAddress& rApiAddress ) in FillScAddress()
90 rScAddress.Set( (SCCOL)rApiAddress.Column, (SCROW)rApiAddress.Row, (SCTAB)rApiAddress.Sheet ); in FillScAddress()
94 ::com::sun::star::table::CellAddress& rApiAddress, in FillApiAddress() argument
97 rApiAddress.Column = rScAddress.Col(); in FillApiAddress()
98 rApiAddress.Row = rScAddress.Row(); in FillApiAddress()
99 rApiAddress.Sheet = rScAddress.Tab(); in FillApiAddress()
123 const ::com::sun::star::table::CellAddress& rApiAddress ) in FillApiRange()
125 rApiRange.StartColumn = rApiRange.EndColumn = rApiAddress.Column; in FillApiRange()
126 rApiRange.StartRow = rApiRange.EndRow = rApiAddress.Row; in FillApiRange()
127 rApiRange.Sheet = rApiAddress.Sheet; in FillApiRange()
131 ::com::sun::star::table::CellAddress& rApiAddress, in FillApiStartAddress() argument
134 rApiAddress.Column = rApiRange.StartColumn; in FillApiStartAddress()
135 rApiAddress.Row = rApiRange.StartRow; in FillApiStartAddress()
136 rApiAddress.Sheet = rApiRange.Sheet; in FillApiStartAddress()
140 ::com::sun::star::table::CellAddress& rApiAddress, in FillApiEndAddress() argument
143 rApiAddress.Column = rApiRange.EndColumn; in FillApiEndAddress()
144 rApiAddress.Row = rApiRange.EndRow; in FillApiEndAddress()
145 rApiAddress.Sheet = rApiRange.Sheet; in FillApiEndAddress()