Home
last modified time | relevance | path

Searched refs:Rows (Results 1 – 25 of 128) sorted by relevance

123456

/AOO42X/test/testuno/source/fvt/uno/sc/data/
H A DStandardFilterOption.java106 XTableRows Rows = ColRowRange.getRows(); in testStandardFilterForString() local
107 for (int i = 0; i < Rows.getCount() - 1; i++) { in testStandardFilterForString()
108 Object aRowObj = Rows.getByIndex(i); in testStandardFilterForString()
124 Rows = ColRowRange.getRows(); in testStandardFilterForString()
125 for (int i = 0; i < Rows.getCount() - 1; i++) { in testStandardFilterForString()
126 Object aRowObj = Rows.getByIndex(i); in testStandardFilterForString()
165 XTableRows Rows = ColRowRange.getRows(); in testStandardFilterOptionCaseSensitive() local
166 for (int i = 0; i < Rows.getCount() - 1; i++) { in testStandardFilterOptionCaseSensitive()
167 Object aRowObj = Rows.getByIndex(i); in testStandardFilterOptionCaseSensitive()
180 for (int i = 0; i < Rows.getCount() - 1; i++) { in testStandardFilterOptionCaseSensitive()
[all …]
H A DAdvanceFilter.java105 XTableRows Rows = ColRowRange.getRows(); in testStandardFilterForString() local
106 for (int i = 0; i < Rows.getCount(); i++) { in testStandardFilterForString()
107 Object aRowObj = Rows.getByIndex(i); in testStandardFilterForString()
123 Rows = ColRowRange.getRows(); in testStandardFilterForString()
124 for (int i = 0; i < Rows.getCount(); i++) { in testStandardFilterForString()
125 Object aRowObj = Rows.getByIndex(i); in testStandardFilterForString()
H A DStardarFilterTest.java142 XTableRows Rows = ColRowRange.getRows(); in testStandardFilter() local
143 for (int i = 0; i < Rows.getCount() - 1; i++) { in testStandardFilter()
144 Object aRowObj = Rows.getByIndex(i); in testStandardFilter()
157 Rows = ColRowRange.getRows(); in testStandardFilter()
158 for (int i = 0; i < Rows.getCount() - 1; i++) { in testStandardFilter()
159 Object aRowObj = Rows.getByIndex(i); in testStandardFilter()
/AOO42X/main/ucb/source/cacher/
H A Dcachedcontentresultsetstub.cxx271 aRet.Rows.realloc( 1 ); \
275 impl_loadRow( aRet.Rows[0], loadInterface ); \
279 aRet.Rows.realloc( 0 ); \
285 aRet.Rows.realloc( nRowCount ); \
300 aRet.Rows.realloc( 0 ); \
306 aRet.Rows.realloc( 0 ); \
321 impl_loadRow( aRet.Rows[nN-1], loadInterface ); \
329 aRet.Rows.realloc( nN-1 ); \
338 aRet.Rows.realloc( nN-1 ); \
348 aRet.Rows.realloc( nN-1 ); \
H A Dcachedcontentresultset.cxx164 nEnd += m_pResult->Rows.getLength() - 1; in hasRow()
166 nStart -= m_pResult->Rows.getLength() + 1; in hasRow()
178 return nEnd += m_pResult->Rows.getLength() - 1; in getMaxRow()
191 && m_pResult->Rows.getLength() ) in hasKnownLast()
207 nEnd += m_pResult->Rows.getLength(); in hasCausedException()
228 return (m_pResult->Rows)[nDiff]; in getRowAny()
270 sal_Int32 nCount = m_pResult->Rows.getLength(); in getMappedReminder()
/AOO42X/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DResizeHideShowRowColumn.java181 XTableRows Rows = ColRowRange.getRows(); in testResizeRow() local
184 Object aRowObj = Rows.getByIndex( 0 ); in testResizeRow()
206 Rows = ColRowRange.getRows(); in testResizeRow()
209 aRowObj = Rows.getByIndex( 0 ); in testResizeRow()
236 Rows = ColRowRange.getRows(); in testResizeRow()
239 aRowObj = Rows.getByIndex( 0 ); in testResizeRow()
/AOO42X/main/offapi/com/sun/star/ucb/
H A DFetchResult.idl45 sequence< any > Rows;
49 <member>FetchResult::Rows</member> in the original resultset. So if
51 first element in the sequence <member>FetchResult::Rows</member>
61 the sequence <member>FetchResult::Rows</member>.
64 rows in <member>FetchResult::Rows</member> are ordered in the same way
H A DXFetchProviderForContentAccess.idl50 <member>FetchResult::Rows</member> contains a sequence of anys. Each
74 <member>FetchResult::Rows</member> contains a sequence of anys. Each
97 <member>FetchResult::Rows</member> contains a sequence of anys. Each
H A DXFetchProvider.idl49 <member>FetchResult::Rows</member> contains a sequence of anys. Each
/AOO42X/main/qadevOOo/tests/java/ifc/sdb/
H A D_XRowSetApproveBroadcaster.java163 event.Rows == actualEvent.Rows ; in _addRowSetApproveListener()
/AOO42X/main/writerfilter/inc/resourcemodel/
H A DTableData.hxx278 typedef ::std::vector<RowPointer_t> Rows; typedef in writerfilter::TableData
288 Rows mRows;
/AOO42X/main/offapi/com/sun/star/table/
H A DXMergeableCellRange.idl66 @param Rows
76 void split( [in] long Columns, [in] long Rows )
/AOO42X/main/sc/source/ui/src/
H A Dhdrcont.src85 Text [ en-US ] = "~Insert Rows" ;
91 Text [ en-US ] = "~Delete Rows" ;
/AOO42X/main/sw/source/ui/misc/
H A Dsrtdlg.src252 Text [ en-US ] = "~Rows" ;
296 Text [ en-US ] = "Rows" ;
/AOO42X/main/sc/source/ui/vba/
H A Dvbaglobals.cxx221 ScVbaGlobals::Rows( const uno::Any& aIndex ) throw (uno::RuntimeException) in Rows() function in ScVbaGlobals
223 return getApplication()->getActiveSheet()->Rows( aIndex ); in Rows()
/AOO42X/main/offapi/com/sun/star/sdbc/
H A DChangeEvent.idl42 long Rows;
/AOO42X/main/offapi/com/sun/star/sdb/
H A DRowChangeEvent.idl46 long Rows;
/AOO42X/main/pyuno/demo/
H A Dswriter.py68 rows = table.Rows
H A Dswritercomp.py70 rows = table.Rows
/AOO42X/main/scripting/examples/python/pythonSamples/
H A DTableSample.py59 rows = table.Rows
/AOO42X/main/svx/source/table/
H A Dcellcursor.hxx64 …virtual void SAL_CALL split( ::sal_Int32 Columns, ::sal_Int32 Rows ) throw (::com::sun::star::lang…
/AOO42X/main/offapi/com/sun/star/text/
H A DPrintPreviewSettings.idl64 /** Number of Rows */
/AOO42X/main/cui/source/dialogs/
H A Dinsrc.src108 Text [ en-US ] = "Insert Rows" ;
/AOO42X/main/sw/source/ui/uiview/
H A Dpview.src48 Text [ en-US ] = "~Rows" ;
/AOO42X/main/sd/source/ui/table/
H A DTableDesignPane.src65 Text [ en-US ] = "Banded Rows" ;

123456