/trunk/main/oox/source/xls/ |
H A D | worksheetfragment.cxx | 180 ValidationModel aModel; in importDataValidation() local 184 …rStrm >> nFlags >> aRanges >> aModel.maErrorTitle >> aModel.maErrorMessage >> aModel.maInputTitle … in importDataValidation() 524 ColumnModel aModel; in importCol() local 546 HyperlinkModel aModel; in importHyperlink() local 559 PageBreakModel aModel; in importBrk() local 639 ColumnModel aModel; in importCol() local 643 rStrm >> aModel.maRange.mnFirst >> aModel.maRange.mnLast >> nWidth >> aModel.mnXfId >> nFlags; in importCol() 676 rStrm >> aModel.maLocation >> aModel.maTooltip >> aModel.maDisplay; in importHyperlink() 685 rStrm >> aModel.mnColRow >> aModel.mnMin >> aModel.mnMax >> nManual; in importBrk() 943 ColumnModel aModel; in importColInfo() local [all …]
|
H A D | sheetdatacontext.cxx | 299 RowModel aModel; in importRow() local 301 if ( aModel.mnRow == -1 ) in importRow() 334 setRowModel( aModel ); in importRow() 394 RowModel aModel; in importRow() local 424 setRowModel( aModel ); in importRow() 708 RowModel aModel; in importRow() local 715 if( aModel.mbCustomFormat ) in importRow() 748 setRowModel( aModel ); in importRow() 977 DataTableModel aModel; in importDataTable() local 984 aModel.mb2dTable = false; in importDataTable() [all …]
|
H A D | pivottablebuffer.cxx | 363 PTFieldItemModel aModel; in importItem() local 418 PTFieldItemModel aModel; in importPTFItem() local 500 PTFieldItemModel aModel; in importPTFItem() local 1105 PTPageFieldModel aModel; in importPageField() local 1115 PTDataFieldModel aModel; in importDataField() local 1215 PTPageFieldModel aModel; in importPTPageField() local 1217 rStrm >> aModel.mnField >> aModel.mnItem; in importPTPageField() 1227 PTDataFieldModel aModel; in importPTDataField() local 1230 …rStrm >> aModel.mnField >> nSubtotal >> nShowDataAs >> aModel.mnBaseField >> aModel.mnBaseItem >> … in importPTDataField() 1317 PTDataFieldModel aModel; in importPTDataField() local [all …]
|
H A D | worksheetbuffer.cxx | 79 SheetInfoModel aModel; in initializeSingleSheet() local 81 insertSheet( aModel ); in initializeSingleSheet() 86 SheetInfoModel aModel; in importSheet() local 91 insertSheet( aModel ); in importSheet() 97 SheetInfoModel aModel; in importSheet() local 98 rStrm >> nState >> aModel.mnSheetId >> aModel.maRelId >> aModel.maName; in importSheet() 101 insertSheet( aModel ); in importSheet() 106 SheetInfoModel aModel; in importSheet() local 110 aModel.mnBiffHandle = rStrm.readuInt32(); in importSheet() 116 aModel.maName = (getBiff() == BIFF8) ? in importSheet() [all …]
|
H A D | scenariobuffer.cxx | 93 ScenarioCellModel aModel; in importInputCells() local 95 aModel.maValue = rAttribs.getXString( XML_val, OUString() ); in importInputCells() 96 aModel.mnNumFmtId = rAttribs.getInteger( XML_numFmtId, 0 ); in importInputCells() 97 aModel.mbDeleted = rAttribs.getBool( XML_deleted, false ); in importInputCells() 98 maCells.push_back( aModel ); in importInputCells() 113 ScenarioCellModel aModel; in importInputCells() local 117 aModel.mnNumFmtId = rStrm.readuInt16(); in importInputCells() 118 rStrm >> aModel.maValue; in importInputCells() 120 maCells.push_back( aModel ); in importInputCells() 143 ScenarioCellModel aModel; in importScenario() local [all …]
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sd/ |
H A D | SdUnoOutlineView.java | 156 XModel aModel = (XModel) in createTestEnvironment() local 159 XInterface oObj = aModel.getCurrentController(); in createTestEnvironment() 197 oObj = aModel.getCurrentController(); in createTestEnvironment() 208 tEnv.addObjRelation("FirstModel", aModel); in createTestEnvironment() 210 tEnv.addObjRelation("XUserInputInterception.XModel", aModel); in createTestEnvironment() 215 aModel = (XModel) in createTestEnvironment() 218 tEnv.addObjRelation("SecondModel", aModel); in createTestEnvironment() 220 XController secondController = aModel.getCurrentController(); in createTestEnvironment()
|
H A D | DrawController_HandoutView.java | 222 XModel aModel = (XModel) in createTestEnvironment() local 225 XInterface oObj = aModel.getCurrentController(); in createTestEnvironment() 228 DesktopTools.bringWindowToFront(aModel); in createTestEnvironment() 287 tEnv.addObjRelation("FirstModel", aModel); in createTestEnvironment() 289 tEnv.addObjRelation("XUserInputInterception.XModel", aModel); in createTestEnvironment() 294 aModel = (XModel) in createTestEnvironment() 297 tEnv.addObjRelation("SecondModel", aModel); in createTestEnvironment() 299 XController secondController = aModel.getCurrentController(); in createTestEnvironment()
|
H A D | DrawController_NotesView.java | 219 XModel aModel = (XModel) in createTestEnvironment() local 222 XInterface oObj = aModel.getCurrentController(); in createTestEnvironment() 225 DesktopTools.bringWindowToFront(aModel); in createTestEnvironment() 284 tEnv.addObjRelation("FirstModel", aModel); in createTestEnvironment() 286 tEnv.addObjRelation("XUserInputInterception.XModel", aModel); in createTestEnvironment() 291 aModel = (XModel) in createTestEnvironment() 294 tEnv.addObjRelation("SecondModel", aModel); in createTestEnvironment() 296 XController secondController = aModel.getCurrentController(); in createTestEnvironment()
|
H A D | DrawController_OutlineView.java | 219 XModel aModel = (XModel) in createTestEnvironment() local 222 XInterface oObj = aModel.getCurrentController(); in createTestEnvironment() 225 DesktopTools.bringWindowToFront(aModel); in createTestEnvironment() 284 tEnv.addObjRelation("FirstModel", aModel); in createTestEnvironment() 286 tEnv.addObjRelation("XUserInputInterception.XModel", aModel); in createTestEnvironment() 291 aModel = (XModel) in createTestEnvironment() 294 tEnv.addObjRelation("SecondModel", aModel); in createTestEnvironment() 296 XController secondController = aModel.getCurrentController(); in createTestEnvironment()
|
H A D | DrawController_PresentationView.java | 219 XModel aModel = (XModel) in createTestEnvironment() local 222 XInterface oObj = aModel.getCurrentController(); in createTestEnvironment() 225 DesktopTools.bringWindowToFront(aModel); in createTestEnvironment() 284 tEnv.addObjRelation("FirstModel", aModel); in createTestEnvironment() 286 tEnv.addObjRelation("XUserInputInterception.XModel", aModel); in createTestEnvironment() 291 aModel = (XModel) in createTestEnvironment() 294 tEnv.addObjRelation("SecondModel", aModel); in createTestEnvironment() 296 XController secondController = aModel.getCurrentController(); in createTestEnvironment()
|
H A D | SdUnoDrawView.java | 207 XModel aModel = (XModel) in createTestEnvironment() local 210 XInterface oObj = aModel.getCurrentController(); in createTestEnvironment() 233 tEnv.addObjRelation("FirstModel", aModel); in createTestEnvironment() 235 tEnv.addObjRelation("XUserInputInterception.XModel", aModel); in createTestEnvironment() 240 aModel = (XModel) in createTestEnvironment() 243 tEnv.addObjRelation("SecondModel", aModel); in createTestEnvironment() 245 XController secondController = aModel.getCurrentController(); in createTestEnvironment()
|
H A D | SdUnoPresView.java | 209 XModel aModel = (XModel) in createTestEnvironment() local 212 XInterface oObj = aModel.getCurrentController(); in createTestEnvironment() 255 tEnv.addObjRelation("FirstModel", aModel); in createTestEnvironment() 257 tEnv.addObjRelation("XUserInputInterception.XModel", aModel); in createTestEnvironment() 262 aModel = (XModel) in createTestEnvironment() 265 tEnv.addObjRelation("SecondModel", aModel); in createTestEnvironment() 267 XController secondController = aModel.getCurrentController(); in createTestEnvironment()
|
H A D | AccessibleOutlineView.java | 53 XModel aModel = null; field in AccessibleOutlineView 75 (XMultiServiceFactory)Param.getMSF(),aModel); in createTestEnvironment() 87 UnoRuntime.queryInterface(XDrawPagesSupplier.class, aModel); in createTestEnvironment() 140 aModel = (XModel) in initialize() 143 XInterface oObj = aModel.getCurrentController(); in initialize()
|
H A D | AccessibleSlideView.java | 53 XModel aModel = null; field in AccessibleSlideView 75 UnoRuntime.queryInterface(XDrawPagesSupplier.class, aModel); in createTestEnvironment() 83 (XMultiServiceFactory)Param.getMSF(),aModel); in createTestEnvironment() 148 aModel = (XModel) in initialize() 156 aModel.getCurrentController() ); in initialize()
|
H A D | SdUnoSlideView.java | 125 XModel aModel = (XModel) in createTestEnvironment() local 128 XInterface oObj = aModel.getCurrentController(); in createTestEnvironment() 166 oObj = aModel.getCurrentController(); in createTestEnvironment() 176 tEnv.addObjRelation("FirstModel", aModel); in createTestEnvironment() 189 tEnv.addObjRelation("XUserInputInterception.XModel", aModel); in createTestEnvironment()
|
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/content/ |
H A D | ContentView.java | 42 TreeModel aModel = null; in ContentView() local 46 aModel = CreateTreeForPresentationModel(new PresentationImporter().importModel( in ContentView() 54 if (aModel != null) in ContentView() 55 setModel(aModel); in ContentView() 63 private TreeModel CreateTreeForPresentationModel (final PresentationModel aModel) in CreateTreeForPresentationModel() argument 69 for (final Slide aSlide : aModel.GetSlideManager().GetSlides()) in CreateTreeForPresentationModel()
|
H A D | PresentationImporter.java | 41 final PresentationModel aModel = new PresentationModel(); in importModel() local 44 aModel, in importModel() 47 return aModel; in importModel() 54 final PresentationModel aModel, in CreateParser() argument 72 aModel.GetSlideManager().GetSlideForPart( in CreateParser()
|
/trunk/main/svx/source/gallery2/ |
H A D | galtheme.cxx | 870 SvxGalleryDrawModel aModel; in GetGraphic() local 872 if( aModel.GetModel() ) in GetGraphic() 874 if( GetModel( nPos, *aModel.GetModel(), bProgress ) ) in GetGraphic() 878 if( CreateIMapGraphic( *aModel.GetModel(), rGraphic, aIMap ) ) in GetGraphic() 884 FmFormView aView( aModel.GetModel(), &aVDev ); in GetGraphic() 1106 SvxGalleryDrawModel aModel; in GetModelStream() local 1108 if( aModel.GetModel() ) in GetModelStream() 1347 SvxGalleryDrawModel aModel; in InsertTransferable() local 1349 if( aModel.GetModel() ) in InsertTransferable() 1353 SdrPage* pPage = aModel.GetModel()->GetPage(0); in InsertTransferable() [all …]
|
/trunk/main/toolkit/test/accessibility/ |
H A D | AccessibilityWorkBench.java | 385 AccessibilityTreeModel aModel = null; in initialize() local 386 aModel = new AccessibilityTreeModel (createTreeModelRoot()); in initialize() 388 aModel.setCanvas (maCanvas); in initialize() 389 maAccessibilityTree.getComponent().setModel (aModel); in initialize() 405 maTopWindowListener = new TopWindowListener (aModel, office); in initialize() 446 …AccessibilityTreeModel aModel = (AccessibilityTreeModel)maAccessibilityTree.getComponent().getMode… in actionPerformed() local 447 aModel.clear(); in actionPerformed()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/ |
H A D | _XControl.java | 66 public XControlModel aModel = null; field in _XControl 145 aModel = oObj.getModel(); in _setModel() 171 if (aModel != null) { in _getModel() 172 oObj.setModel(aModel); in _getModel()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ |
H A D | ScTabViewObj.java | 147 XModel aModel = (XModel) in createTestEnvironment() local 153 XInterface oObj = aModel.getCurrentController(); in createTestEnvironment() 182 tEnv.addObjRelation("Frame",aModel.getCurrentController().getFrame()); in createTestEnvironment() 184 tEnv.addObjRelation("FirstModel",aModel); in createTestEnvironment() 222 tEnv.addObjRelation("XUserInputInterception.XModel", aModel); in createTestEnvironment()
|
/trunk/main/extensions/source/update/check/ |
H A D | updatecheck.cxx | 791 UpdateCheckROModel aModel( aNameAccess ); in initialize() local 794 rtl::OUString aUpdateEntryVersion = aModel.getUpdateEntryVersion(); in initialize() 796 aModel.getUpdateEntry(m_aUpdateInfo); in initialize() 805 rtl::OUString aLocalFileName = aModel.getLocalFileName(); in initialize() 818 sal_Int64 nDownloadSize = aModel.getDownloadSize(); in initialize() 840 bool downloadPaused = aModel.isDownloadPaused(); in initialize() 870 enableAutoCheck(aModel.isAutoCheckEnabled()); in initialize() 1182 rtl::Reference< UpdateCheckConfig > aModel(UpdateCheckConfig::get(m_xContext)); in downloadStarted() local 1183 aModel->storeLocalFileName(rLocalFileName, nFileSize); in downloadStarted() 1186 const rtl::OUString aURL(getReleaseNote(m_aUpdateInfo, 1, aModel->isAutoDownloadEnabled())); in downloadStarted()
|
/trunk/main/odk/examples/DevelopersGuide/Forms/ |
H A D | DocumentViewHelper.java | 147 public XControl getFormControl( Object aModel ) throws com.sun.star.uno.Exception in getFormControl() argument 149 … XControlModel xModel = (XControlModel)UnoRuntime.queryInterface( XControlModel.class, aModel ); in getFormControl() 154 …public Object getFormControl( Object aModel, Class aInterfaceClass ) throws com.sun.star.uno.Excep… in getFormControl() argument 156 … XControlModel xModel = (XControlModel)UnoRuntime.queryInterface( XControlModel.class, aModel ); in getFormControl()
|
/trunk/main/forms/qa/integration/forms/ |
H A D | DocumentViewHelper.java | 161 public XControl getControl( Object aModel ) throws com.sun.star.uno.Exception in getControl() argument 163 … XControlModel xModel = (XControlModel)UnoRuntime.queryInterface( XControlModel.class, aModel ); in getControl() 168 … public Object getControl( Object aModel, Class aInterfaceClass ) throws com.sun.star.uno.Exception in getControl() argument 170 … XControlModel xModel = (XControlModel)UnoRuntime.queryInterface( XControlModel.class, aModel ); in getControl()
|
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/ |
H A D | StreamView.java | 67 final TreeModel aModel = CreateTreeModel(aPackage); in StreamView() local 72 setModel(aModel); in StreamView() 90 final DefaultTreeModel aModel = new DefaultTreeModel(aRootNode); in CreateTreeModel() local 113 return aModel; in CreateTreeModel()
|