Home
last modified time | relevance | path

Searched refs:aModel (Results 1 – 25 of 102) sorted by relevance

12345

/AOO42X/main/oox/source/xls/
H A Dworksheetfragment.cxx180 ValidationModel aModel; in importDataValidation() local
184 …rStrm >> nFlags >> aRanges >> aModel.maErrorTitle >> aModel.maErrorMessage >> aModel.maInputTitle … in importDataValidation()
187 aModel.setBiffType( extractValue< sal_uInt8 >( nFlags, 0, 4 ) ); in importDataValidation()
188 aModel.setBiffOperator( extractValue< sal_uInt8 >( nFlags, 20, 4 ) ); in importDataValidation()
189 aModel.setBiffErrorStyle( extractValue< sal_uInt8 >( nFlags, 4, 3 ) ); in importDataValidation()
190 aModel.mbAllowBlank = getFlag( nFlags, BIFF_DATAVAL_ALLOWBLANK ); in importDataValidation()
191 aModel.mbNoDropDown = getFlag( nFlags, BIFF_DATAVAL_NODROPDOWN ); in importDataValidation()
192 aModel.mbShowInputMsg = getFlag( nFlags, BIFF_DATAVAL_SHOWINPUT ); in importDataValidation()
193 aModel.mbShowErrorMsg = getFlag( nFlags, BIFF_DATAVAL_SHOWERROR ); in importDataValidation()
196 getAddressConverter().convertToCellRangeList( aModel.maRanges, aRanges, getSheetIndex(), true ); in importDataValidation()
[all …]
H A Dsheetdatacontext.cxx299 RowModel aModel; in importRow() local
300 aModel.mnRow = rAttribs.getInteger( XML_r, -1 ); in importRow()
301 if ( aModel.mnRow == -1 ) in importRow()
302 aModel.mnRow = ++maLastCellAddress.Row; in importRow()
304 maLastCellAddress.Row = aModel.mnRow - 1; in importRow()
306 aModel.mfHeight = rAttribs.getDouble( XML_ht, -1.0 ); in importRow()
307 aModel.mnXfId = rAttribs.getInteger( XML_s, -1 ); in importRow()
308 aModel.mnLevel = rAttribs.getInteger( XML_outlineLevel, 0 ); in importRow()
309 aModel.mbCustomHeight = rAttribs.getBool( XML_customHeight, false ); in importRow()
310 aModel.mbCustomFormat = rAttribs.getBool( XML_customFormat, false ); in importRow()
[all …]
H A Dpivottablebuffer.cxx363 PTFieldItemModel aModel; in importItem() local
364 aModel.mnCacheItem = rAttribs.getInteger( XML_x, -1 ); in importItem()
365 aModel.mnType = rAttribs.getToken( XML_t, XML_data ); in importItem()
366 aModel.mbShowDetails = rAttribs.getBool( XML_sd, true ); in importItem()
367 aModel.mbHidden = rAttribs.getBool( XML_h, false ); in importItem()
368 maItems.push_back( aModel ); in importItem()
418 PTFieldItemModel aModel; in importPTFItem() local
421 rStrm >> nType >> nFlags >> aModel.mnCacheItem; in importPTFItem()
423 aModel.setBiffType( nType ); in importPTFItem()
424 aModel.mbShowDetails = !getFlag( nFlags, BIFF12_PTFITEM_HIDEDETAILS ); in importPTFItem()
[all …]
H A Dworksheetbuffer.cxx79 SheetInfoModel aModel; in initializeSingleSheet() local
80 aModel.maName = getBaseFileName( getBaseFilter().getFileUrl() ); in initializeSingleSheet()
81 insertSheet( aModel ); in initializeSingleSheet()
86 SheetInfoModel aModel; in importSheet() local
87 aModel.maRelId = rAttribs.getString( R_TOKEN( id ), OUString() ); in importSheet()
88 aModel.maName = rAttribs.getXString( XML_name, OUString() ); in importSheet()
89 aModel.mnSheetId = rAttribs.getInteger( XML_sheetId, -1 ); in importSheet()
90 aModel.mnState = rAttribs.getToken( XML_state, XML_visible ); in importSheet()
91 insertSheet( aModel ); in importSheet()
97 SheetInfoModel aModel; in importSheet() local
[all …]
H A Dscenariobuffer.cxx93 ScenarioCellModel aModel; in importInputCells() local
94 …getAddressConverter().convertToCellAddressUnchecked( aModel.maPos, rAttribs.getString( XML_r, OUSt… in importInputCells()
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()
119 getAddressConverter().convertToCellAddressUnchecked( aModel.maPos, aPos, mnSheet ); in importInputCells()
[all …]
/AOO42X/main/qadevOOo/tests/java/mod/_sd/
H A DSdUnoOutlineView.java156 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 DDrawController_NotesView.java219 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 DDrawController_HandoutView.java222 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 DDrawController_OutlineView.java219 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 DDrawController_PresentationView.java219 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 DSdUnoDrawView.java207 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 DSdUnoPresView.java209 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 DAccessibleOutlineView.java53 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 DAccessibleSlideView.java53 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 DSdUnoSlideView.java125 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()
/AOO42X/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/content/
H A DContentView.java42 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 DPresentationImporter.java41 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()
/AOO42X/main/svx/source/gallery2/
H A Dgaltheme.cxx870 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()
1110 if( GallerySvDrawImport( *xIStm, *aModel.GetModel() ) ) in GetModelStream()
1112 aModel.GetModel()->BurnInStyleSheetAttributes(); in GetModelStream()
1117 if( SvxDrawingLayerExport( aModel.GetModel(), xDocOut ) ) in GetModelStream()
[all …]
/AOO42X/main/toolkit/test/accessibility/
H A DAccessibilityWorkBench.java385 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()
/AOO42X/main/qadevOOo/tests/java/ifc/awt/
H A D_XControl.java66 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()
/AOO42X/main/qadevOOo/tests/java/mod/_sc/
H A DScTabViewObj.java147 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()
/AOO42X/main/extensions/source/update/check/
H A Dupdatecheck.cxx791 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()
/AOO42X/main/odk/examples/DevelopersGuide/Forms/
H A DDocumentViewHelper.java147 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()
/AOO42X/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/
H A DStreamView.java67 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()
/AOO42X/main/forms/qa/integration/forms/
H A DDocumentViewHelper.java161 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()

12345