| /AOO42X/test/testuno/source/fvt/uno/sc/data/ |
| H A D | StandardFilterOption.java | 106 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 D | AdvanceFilter.java | 105 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 D | StardarFilterTest.java | 142 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 D | cachedcontentresultsetstub.cxx | 271 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 D | cachedcontentresultset.cxx | 164 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 D | ResizeHideShowRowColumn.java | 181 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 D | FetchResult.idl | 45 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 D | XFetchProviderForContentAccess.idl | 50 <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 D | XFetchProvider.idl | 49 <member>FetchResult::Rows</member> contains a sequence of anys. Each
|
| /AOO42X/main/qadevOOo/tests/java/ifc/sdb/ |
| H A D | _XRowSetApproveBroadcaster.java | 163 event.Rows == actualEvent.Rows ; in _addRowSetApproveListener()
|
| /AOO42X/main/writerfilter/inc/resourcemodel/ |
| H A D | TableData.hxx | 278 typedef ::std::vector<RowPointer_t> Rows; typedef in writerfilter::TableData 288 Rows mRows;
|
| /AOO42X/main/offapi/com/sun/star/table/ |
| H A D | XMergeableCellRange.idl | 66 @param Rows 76 void split( [in] long Columns, [in] long Rows )
|
| /AOO42X/main/sc/source/ui/src/ |
| H A D | hdrcont.src | 85 Text [ en-US ] = "~Insert Rows" ; 91 Text [ en-US ] = "~Delete Rows" ;
|
| /AOO42X/main/sw/source/ui/misc/ |
| H A D | srtdlg.src | 252 Text [ en-US ] = "~Rows" ; 296 Text [ en-US ] = "Rows" ;
|
| /AOO42X/main/sc/source/ui/vba/ |
| H A D | vbaglobals.cxx | 221 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 D | ChangeEvent.idl | 42 long Rows;
|
| /AOO42X/main/offapi/com/sun/star/sdb/ |
| H A D | RowChangeEvent.idl | 46 long Rows;
|
| /AOO42X/main/pyuno/demo/ |
| H A D | swriter.py | 68 rows = table.Rows
|
| H A D | swritercomp.py | 70 rows = table.Rows
|
| /AOO42X/main/scripting/examples/python/pythonSamples/ |
| H A D | TableSample.py | 59 rows = table.Rows
|
| /AOO42X/main/svx/source/table/ |
| H A D | cellcursor.hxx | 64 …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 D | PrintPreviewSettings.idl | 64 /** Number of Rows */
|
| /AOO42X/main/cui/source/dialogs/ |
| H A D | insrc.src | 108 Text [ en-US ] = "Insert Rows" ;
|
| /AOO42X/main/sw/source/ui/uiview/ |
| H A D | pview.src | 48 Text [ en-US ] = "~Rows" ;
|
| /AOO42X/main/sd/source/ui/table/ |
| H A D | TableDesignPane.src | 65 Text [ en-US ] = "Banded Rows" ;
|