Lines Matching refs:sheet
225 com.sun.star.sheet.XMembersSupplier,
226 com.sun.star.sheet.XDataPilotMemberResults,
262 public com.sun.star.sheet.MemberResult[] getResults() in getResults()
276 return new com.sun.star.sheet.MemberResult[0]; in getResults()
290 com.sun.star.sheet.MemberResult[] aResults = in getResults()
291 new com.sun.star.sheet.MemberResult[nSize]; in getResults()
297 aResults[nResultPos] = new com.sun.star.sheet.MemberResult(); in getResults()
301 com.sun.star.sheet.MemberResultFlags.HASMEMBER; in getResults()
306 aResults[nResultPos] = new com.sun.star.sheet.MemberResult(); in getResults()
308 com.sun.star.sheet.MemberResultFlags.CONTINUE; in getResults()
323 com.sun.star.sheet.GeneralFunction[].class ), in getPropertySetInfo()
346 return new com.sun.star.sheet.GeneralFunction[0]; in getPropertyValue()
426 com.sun.star.sheet.XLevelsSupplier
516 com.sun.star.sheet.XHierarchiesSupplier,
523 private com.sun.star.sheet.DataPilotFieldOrientation eOrientation;
530 com.sun.star.sheet.DataPilotFieldOrientation.DATA : in ExampleDimension()
531 com.sun.star.sheet.DataPilotFieldOrientation.HIDDEN; in ExampleDimension()
575 com.sun.star.sheet.DataPilotFieldOrientation.class), (short) 0), in getPropertySetInfo()
579 new com.sun.star.uno.Type(com.sun.star.sheet.GeneralFunction.class), in getPropertySetInfo()
585 com.sun.star.sheet.TableFilterField[].class), (short) 0) }); in getPropertySetInfo()
593 com.sun.star.sheet.DataPilotFieldOrientation eNewOrient = in setPropertyValue()
594 (com.sun.star.sheet.DataPilotFieldOrientation) aValue; in setPropertyValue()
597 eNewOrient != com.sun.star.sheet.DataPilotFieldOrientation.DATA ) in setPropertyValue()
601 if ( eOrientation == com.sun.star.sheet.DataPilotFieldOrientation.COLUMN ) in setPropertyValue()
603 else if ( eOrientation == com.sun.star.sheet.DataPilotFieldOrientation.ROW ) in setPropertyValue()
605 if ( eNewOrient == com.sun.star.sheet.DataPilotFieldOrientation.COLUMN ) in setPropertyValue()
607 else if ( eNewOrient == com.sun.star.sheet.DataPilotFieldOrientation.ROW ) in setPropertyValue()
618 if ( eOrientation == com.sun.star.sheet.DataPilotFieldOrientation.COLUMN ) in setPropertyValue()
623 else if ( eOrientation == com.sun.star.sheet.DataPilotFieldOrientation.ROW ) in setPropertyValue()
650 if ( eOrientation == com.sun.star.sheet.DataPilotFieldOrientation.COLUMN ) in getPropertyValue()
652 else if ( eOrientation == com.sun.star.sheet.DataPilotFieldOrientation.ROW ) in getPropertyValue()
659 return com.sun.star.sheet.GeneralFunction.SUM; in getPropertyValue()
663 return new com.sun.star.sheet.TableFilterField[0]; in getPropertyValue()
749 com.sun.star.sheet.XDimensionsSupplier,
750 com.sun.star.sheet.XDataPilotResults,
803 public com.sun.star.sheet.DataResult[][] getResults() in getResults()
824 com.sun.star.sheet.DataResult[][] aResults = new com.sun.star.sheet.DataResult[nRows][]; in getResults()
836 aResults[nRow] = new com.sun.star.sheet.DataResult[nColumns]; in getResults()
848 aResults[nRow][nCol] = new com.sun.star.sheet.DataResult(); in getResults()
849 aResults[nRow][nCol].Flags = com.sun.star.sheet.DataResultFlags.HASDATA; in getResults()