Home
last modified time | relevance | path

Searched refs:_eType (Results 1 – 25 of 110) sorted by last modified time

12345

/trunk/main/forms/source/misc/
H A Dlimitedformats.cxx60 static const Locale& getLocale(LocaleType _eType) in getLocale() argument
67 switch (_eType) in getLocale()
/trunk/main/accessibility/source/extended/
H A Daccessiblebrowseboxcell.cxx47 sal_Int32 _nRowPos, sal_uInt16 _nColPos, AccessibleBrowseBoxObjType _eType ) in DBG_NAME()
48 :AccessibleBrowseBoxBase( _rxParent, _rBrowseBox, _xFocusWindow, _eType ) in DBG_NAME()
/trunk/main/dbaccess/source/ui/app/
H A DAppController.hxx175 ElementType _eType,
184 ElementType _eType,
198 ElementType _eType,
210 void newElementWithPilot( ElementType _eType );
241 void deleteObjects( ElementType _eType,
262 ::std::auto_ptr<OLinkedDocumentsAccess> getDocumentsAccess(ElementType _eType);
299 void getSupportedFormats(ElementType _eType,::std::vector<SotFormatStringId>& _rFormatIds) const;
353 sal_Bool insertHierachyElement( ElementType _eType
366 sal_Bool isRenameDeleteAllowed(ElementType _eType,sal_Bool _bDelete) const;
383 void showPreviewFor( const ElementType _eType,const ::rtl::OUString& _sName );
[all …]
H A DAppDetailPageHelper.cxx465 DBTreeListBox* pList = ( _eType < E_ELEMENT_TYPE_COUNT ) ? m_pLists[ _eType ] : NULL; in describeCurrentSelectionForType()
477 switch ( _eType ) in describeCurrentSelectionForType()
734 switch(_eType ) in getElementIcons()
756 switch( _eType ) in createPage()
778 if ( !m_pLists[_eType] ) in createPage()
783 if ( m_pLists[_eType] ) in createPage()
791 setDetailPage(m_pLists[_eType]); in createPage()
840 DBTreeListBox* pList = m_pLists[ _eType ]; in fillNames()
942 switch( _eType ) in elementReplaced()
971 if( _eType == E_TABLE && pTreeView ) in elementAdded()
[all …]
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationlog.cxx68 …LibraryEntry( const ScriptType& _eType, const ::rtl::OUString& _rOldName, const ::rtl::OUString& _… in LibraryEntry()
69 :eType( _eType ) in LibraryEntry()
92 DocumentEntry( const SubDocumentType _eType, const ::rtl::OUString& _rName ) in DocumentEntry()
93 :eType( _eType ) in DocumentEntry()
159 …DocumentID MigrationLog::startedDocument( const SubDocumentType _eType, const ::rtl::OUString& _rN… in startedDocument() argument
168 bAlreadyKnown = ( doc->second.eType == _eType ) && ( doc->second.sName == _rName ); in startedDocument()
177 m_pData->aDocumentLogs[ nID ] = DocumentEntry( _eType, _rName ); in startedDocument()
H A Dmigrationengine.cxx168 const SubDocumentType _eType, const size_t _nNumber ) in SubDocument()
172 ,eType( _eType ) in SubDocument()
203 switch ( _eType ) in lcl_getScriptsSubStorageName()
621 bool hasScripts( const ScriptType _eType ) const;
625 getScriptsRoot( const ScriptType _eType ) const;
638 void removeScriptTypeStorage( const ScriptType _eType ) const;
721 bool ScriptsStorage::hasScripts( const ScriptType _eType ) const in hasScripts()
733 SharedStorage ScriptsStorage::getScriptsRoot( const ScriptType _eType ) const in getScriptsRoot()
739 lcl_getScriptsSubStorageName( _eType ), ElementModes::READWRITE in getScriptsRoot()
762 void ScriptsStorage::removeScriptTypeStorage( const ScriptType _eType ) const in removeScriptTypeStorage()
[all …]
/trunk/main/xmloff/source/forms/
H A Delementimport.hxx235 OControlElement::ElementType _eType
251 void setElementType(OControlElement::ElementType _eType) { m_eElementType = _eType; } in setElementType() argument
306 OControlElement::ElementType _eType
333 OControlElement::ElementType _eType
355 OControlElement::ElementType _eType
373 OControlElement::ElementType _eType
395 OControlElement::ElementType _eType
417 OControlElement::ElementType _eType
441 OControlElement::ElementType _eType
472 OControlElement::ElementType _eType
[all …]
H A Delementimport.cxx688 ,m_eElementType(_eType) in OControlImport()
1146 OControlElement::ElementType _eType ) in OImagePositionImport() argument
1312 OControlElement::ElementType _eType) in OURLReferenceImport() argument
1357 OControlElement::ElementType _eType) in OButtonImport() argument
1415 OControlElement::ElementType _eType) in OTextLikeImport() argument
1606 OControlElement::ElementType _eType) in OListAndComboImport() argument
1954 OControlElement::ElementType _eType) in implCreateChildContext() argument
1966 switch (_eType) in implCreateChildContext()
1991 OControlElement::ElementType _eType) in OGridImport() argument
1994 setElementType(_eType); in OGridImport()
[all …]
H A Dvalueproperties.cxx42 OControlElement::ElementType _eType, sal_Int16 _nFormComponentType, in getValuePropertyNames() argument
50 if (OControlElement::FORMATTED_TEXT == _eType) in getValuePropertyNames()
57 if (OControlElement::PASSWORD != _eType) in getValuePropertyNames()
141 OControlElement::ElementType _eType, sal_Int16 _nFormComponentType, in getRuntimeValuePropertyNames() argument
149 if (OControlElement::FORMATTED_TEXT == _eType) in getRuntimeValuePropertyNames()
180 …getValuePropertyNames( _eType, _nFormComponentType, _rpValuePropertyName, _rpDefaultValuePropertyN… in getRuntimeValuePropertyNames()
H A Dvalueproperties.hxx49 OControlElement::ElementType _eType,
68 OControlElement::ElementType _eType,
H A Delementimport_impl.hxx97 OControlElement::ElementType _eType) in OColumnImport() argument
98 :BASE(_rImport, _rEventManager, _nPrefix, _rName, _rxParentContainer, _eType) in OColumnImport()
H A Dcontrolelement.cxx37 const sal_Char* OControlElement::getElementName(ElementType _eType) in getElementName() argument
39 switch (_eType) in getElementName()
H A Dcontrolelement.hxx83 static const sal_Char* getElementName(ElementType _eType);
/trunk/main/cui/source/factory/
H A Ddlgfact.cxx279 …nversionDialog_Impl::SetConversionFormat( editeng::HangulHanjaConversion::ConversionFormat _eType ) in SetConversionFormat() argument
281 pDlg->SetConversionFormat(_eType); in SetConversionFormat()
/trunk/main/reportdesign/source/ui/inc/
H A DReportWindow.hxx235 sal_uInt16 getZoomFactor(SvxZoomType _eType) const;
H A DScrollHelper.hxx222 sal_uInt16 getZoomFactor(SvxZoomType _eType) const;
/trunk/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx1410 void OSingleSelectQueryComposer::clearColumns( const EColumnType _eType ) in clearColumns() argument
1413 OPrivateColumns* pColumns = m_aCurrentColumns[ _eType ]; in clearColumns()
1418 m_aCurrentColumns[ _eType ] = NULL; in clearColumns()
1445 Reference< XIndexAccess > OSingleSelectQueryComposer::setCurrentColumns( EColumnType _eType, in setCurrentColumns() argument
1453 if ( !m_aCurrentColumns[_eType] ) in setCurrentColumns()
1459 …m_aCurrentColumns[_eType] = new OPrivateColumns(_rCols,m_xMetaData->supportsMixedCaseQuotedIdentif… in setCurrentColumns()
1462 return m_aCurrentColumns[_eType]; in setCurrentColumns()
/trunk/main/dbaccess/source/ui/dlg/
H A Dgeneralpage.cxx162 …DisplayedType( const ::rtl::OUString& _eType, const String& _rDisplayName ) : eType( _eType ), sDi… in DisplayedType()
483 void OGeneralPage::implSetCurrentType( const ::rtl::OUString& _eType ) in implSetCurrentType() argument
485 if ( _eType == m_eCurrentSelection ) in implSetCurrentType()
488 m_eCurrentSelection = _eType; in implSetCurrentType()
H A Dgeneralpage.hxx157 void implSetCurrentType( const ::rtl::OUString& _eType );
/trunk/main/unotools/source/config/
H A Doptionsdlg.cxx70 void ReadNode( const OUString& _rNode, NodeType _eType );
139 void SvtOptionsDlgOptions_Impl::ReadNode( const OUString& _rNode, NodeType _eType ) in ReadNode() argument
144 switch ( _eType ) in ReadNode()
169 if ( _eType != NT_Option ) in ReadNode()
178 if ( _eType != NT_Option ) in ReadNode()
187 ReadNode( sSubNodeName, _eType == NT_Group ? NT_Page : NT_Option ); in ReadNode()
/trunk/main/sw/inc/
H A Dtox.hxx265 SwFormTokenEqualToFormTokenType(FormTokenType _eType) : eType(_eType) {} in SwFormTokenEqualToFormTokenType()
/trunk/main/svx/source/inc/
H A Ddatanavi.hxx367 void InitText( DataItemType _eType );
H A Dfmdocumentclassification.hxx74 DocumentType _eType
/trunk/main/svx/source/form/
H A Dfmdocumentclassification.cxx195 … ::rtl::OUString DocumentClassification::getModuleIdentifierForDocumentType( DocumentType _eType ) in getModuleIdentifierForDocumentType() argument
200 if ( pModuleInfo->eType == _eType ) in getModuleIdentifierForDocumentType()
H A Ddatanavi.cxx2987 void AddDataItemDialog::InitText( DataItemType _eType ) in InitText() argument
2991 switch ( _eType ) in InitText()

Completed in 204 milliseconds

12345