Home
last modified time | relevance | path

Searched refs:Rows (Results 26 – 50 of 147) sorted by relevance

123456

/aoo42x/main/ucb/source/cacher/
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/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.src254 Text [ en-US ] = "~Rows" ;
298 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()
H A Dvbaglobals.hxx77 …virtual css::uno::Reference< ::ooo::vba::excel::XRange > SAL_CALL Rows( const css::uno::Any& aInde…
/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/scripting/examples/python/pythonSamples/
H A DTableSample.py59 rows = table.Rows
/aoo42x/main/pyuno/demo/
H A Dswriter.py68 rows = table.Rows
H A Dswritercomp.py70 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/offapi/com/sun/star/ucb/
H A DXFetchProvider.idl49 <member>FetchResult::Rows</member> contains a sequence of anys. Each
/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" ;
/aoo42x/main/offapi/com/sun/star/chart2/data/
H A DLabelOrigin.idl86 succeed with a string like "Rows 1-3".
/aoo42x/main/svx/source/fmcomp/
H A Dgridctrl.src38 Text [ en-US ] = "Delete Rows" ;
/aoo42x/main/sw/source/ui/table/
H A Dinstable.src77 Text [ en-US ] = "~Rows" ;
/aoo42x/main/oovbaapi/ooo/vba/excel/
H A DXWorksheet.idl112 XRange Rows( [in] any Index );
H A DXGlobals.idl75 XRange Rows([in] any Index);
/aoo42x/main/migrationanalysis/src/driver_docs/sources/word/
H A DMigrationAnalyser.cls346 .Values.Add myTopTable.Rows.count & "x" & myTopTable.Columns.count
348 .Values.Add myInnerTable.Rows.count & "x" & myInnerTable.Columns.count

Completed in 84 milliseconds

123456