Home
last modified time | relevance | path

Searched refs:Row (Results 251 – 275 of 426) sorted by relevance

1...<<1112131415161718

/aoo42x/main/sc/source/filter/xml/
H A Dxmlcelli.hxx97 return (aCellPos.Column <= MAXCOL && aCellPos.Row <= MAXROW); in CellExists()
H A DXMLExportDataPilot.cxx767 aOutRange.aStart.Col(), aOutRange.aStart.Row(), in WriteDataPilots()
768 aOutRange.aEnd.Col(), aOutRange.aEnd.Row()); in WriteDataPilots()
/aoo42x/main/dbaccess/source/ui/browser/
H A Dsbagrid.src78 Text [ en-US ] = "Row Height..." ;
/aoo42x/main/sc/source/filter/excel/
H A Dxladdress.cxx132 mnMaxRow( static_cast< sal_uInt16 >( rMaxPos.Row() ) ), in XclAddressConverterBase()
/aoo42x/main/sc/source/ui/drawfunc/
H A Dfusel2.cxx156 …ic_cast< const ScProtectionAttr* >( rDoc.GetAttr( rNotePos.Col(), rNotePos.Row(), nTab, ATTR_PROTE… in IsNoteCaptionClicked()
/aoo42x/main/odk/examples/DevelopersGuide/FirstSteps/
H A DFirstLoadComponent.java144 + ", row " + xCellAddress.getCellAddress().Row in main()
/aoo42x/main/sc/source/ui/unoobj/
H A Dtextuno.cxx1025 pDoc->GetInputString( rCellPos.Col(), rCellPos.Row(), rCellPos.Tab(), rText ); in GetCellText()
1066 pDoc->GetPattern( aCellPos.Col(), aCellPos.Row(), aCellPos.Tab() ) ) in GetTextForwarder()
H A Dviewuno.cxx419 …Rectangle aCellRect( pDoc->GetMMRect( aCell.Col(), aCell.Row(), aCell.Col(), aCell.Row(), aCell.Ta… in GetVisArea()
805 pViewSh->AlignToCursor( pFirst->aStart.Col(), pFirst->aStart.Row(), in select()
807 pViewSh->SetCursor( pFirst->aStart.Col(), pFirst->aStart.Row() ); in select()
/aoo42x/main/dbaccess/source/ui/dlg/
H A Ddlgsize.src89 Text [ en-US ] = "Row Height" ;
/aoo42x/main/sc/source/filter/inc/
H A Dformel.hxx194 inline SCROW GetEingabeRow( void ) const { return aEingPos.Row(); } in GetEingabeRow()
/aoo42x/main/qadevOOo/tests/java/mod/_sc/
H A DScAnnotationShapeObj.java159 oCRange.getCellByPosition(cellPos.Column, cellPos.Row); in createTestEnvironment()
H A DScTableConditionalFormat.java183 ca.Row = 5; in Conditions()
H A DScIndexEnumeration_TableConditionalEntryEnumeration.java182 ca.Row = 5; in Conditions()
H A DScTableConditionalEntry.java205 ca.Row = 5; in Conditions()
/aoo42x/main/sc/sdi/
H A Ddocsh.sdi38 INT32 Row FN_PARAM_1
/aoo42x/main/sc/source/ui/src/
H A Dtabopdlg.src60 Text [ en-US ] = "~Row input cell" ;
/aoo42x/main/sc/source/ui/view/
H A Dviewdata.cxx2549 … bool bVSplit = bFrozen ? (rTabSett.maFreezePos.Row() > 0) : (rTabSett.maSplitPos.Y() > 0); in ReadExtOptions()
2553 rViewTab.nPosY[ bVSplit ? SC_SPLIT_TOP : SC_SPLIT_BOTTOM ] = rTabSett.maFirstVis.Row(); in ReadExtOptions()
2555 if( bVSplit ) rViewTab.nPosY[ SC_SPLIT_BOTTOM ] = rTabSett.maSecondVis.Row(); in ReadExtOptions()
2573 rViewTab.nFixPosY = rTabSett.maFreezePos.Row(); in ReadExtOptions()
2631 rViewTab.nCurY = rCursor.Row(); in ReadExtOptions()
/aoo42x/main/sc/source/core/data/
H A Ddptablecache.cxx522 SCROW nStartRow = rRange.aStart.Row(); // start of data in InitFromDoc()
523 SCROW nEndRow = rRange.aEnd.Row(); in InitFromDoc()
H A Dcolumn3.cxx534 if ( !Search( (*aIt)->aPos.Row(), nIndex ) ) in DeleteRange()
779 ScBaseCell* pAddNoteCell = bAddNotes ? GetCell( aDestPos.Row() ) : 0; in CopyFromClip()
801 Insert( aDestPos.Row(), pNewCell ); in CopyFromClip()
H A Dfillinfo.cxx203 nBlockStartY = aTmpRange.aStart.Row(); in FillInfo()
205 nBlockEndY = aTmpRange.aEnd.Row(); in FillInfo()
/aoo42x/main/sw/source/ui/app/
H A Dmn.src470 Text [ en-US ] = "~Row" ; \
485 Text [ en-US ] = "Allow Row to Break A~cross Pages and Columns" ; \
/aoo42x/main/sc/source/ui/inc/
H A Dnavipi.hxx287 void SetCurrentCell( SCCOL nCol, SCROW Row );
/aoo42x/main/sc/source/ui/miscdlgs/
H A Dsolvrdlg.cxx247 theFormulaCell.Row(), in IMPL_LINK()
H A Dacredlin.cxx444 pNewData->nRow = aRef.aStart.Row(); in InsertChangeAction()
626 pNewData->nRow = aRef.aStart.Row(); in InsertFilteredAction()
813 pNewData->nRow = aRef.aStart.Row(); in InsertChangeActionContent()
/aoo42x/main/offapi/com/sun/star/chart2/data/
H A DLabelOrigin.idl82 range A2:D2 could, e.g., result in "Row 2".

Completed in 122 milliseconds

1...<<1112131415161718