Home
last modified time | relevance | path

Searched defs:aType (Results 51 – 75 of 260) sorted by relevance

1234567891011

/trunk/main/sc/source/ui/miscdlgs/
H A Danyrefdg.cxx93 TypeId aType(TYPE(ScDocShell)); in enableInput() local
563 TypeId aType(TYPE(ScDocShell)); in SetDispatcherLock() local
592 TypeId aType(TYPE(ScDocShell)); in EnableSpreadsheets() local
632 TypeId aType(TYPE(ScDocShell)); in lcl_InvalidateWindows() local
/trunk/main/ucbhelper/source/client/
H A Dinterceptedinteraction.cxx79const css::uno::Type& aType in extractContinuation()
/trunk/main/framework/source/uifactory/
H A Dwindowcontentfactorymanager.cxx101 …trieveTypeNameFromResourceURL( const rtl::OUString& aResourceURL, rtl::OUString& aType, rtl::OUStr… in RetrieveTypeNameFromResourceURL()
/trunk/main/cli_ure/qa/climaker/
H A Dtestobjects.cs115 Type aType, uno.Any aAny, in inParameters()
149 out Type aType, out uno.Any aAny, in outParameters()
185 ref Type aType, ref uno.Any aAny, in inoutParameters()
/trunk/main/svtools/source/java/
H A Djavainteractionhandler.cxx84 Any SAL_CALL JavaInteractionHandler::queryInterface(const Type& aType ) in queryInterface()
/trunk/main/odk/examples/java/Inspector/
H A DUnoNode.java55 private Type aType = null; field in UnoNode
322 Type aType = AnyConverter.getType(_oUnoObject); in getDisplayValuesofPrimitiveArray() local
/trunk/main/sc/source/ui/unoobj/
H A Dcellvaluebinding.cxx209 sal_Bool SAL_CALL OCellValueBinding::supportsType( const Type& aType ) throw (RuntimeException) in supportsType()
227 …Any SAL_CALL OCellValueBinding::getValue( const Type& aType ) throw (IncompatibleTypesException, R… in getValue()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DStringNode.java169 public ISimpleTypeNode Join (final StringNode aType) in Join()
/trunk/main/svx/source/tbxctrls/
H A Dtbunosearchcontrollers.cxx286 css::uno::Any SAL_CALL FindTextToolbarController::queryInterface( const css::uno::Type& aType ) thr… in queryInterface()
456 css::uno::Any SAL_CALL DownSearchToolboxController::queryInterface( const css::uno::Type& aType ) t… in queryInterface()
585 css::uno::Any SAL_CALL UpSearchToolboxController::queryInterface( const css::uno::Type& aType ) thr… in queryInterface()
714 css::uno::Any SAL_CALL FindbarDispatcher::queryInterface( const css::uno::Type& aType ) throw( css:… in queryInterface()
/trunk/main/l10ntools/source/filter/utils/
H A DCache.java517 java.util.HashMap aType = (java.util.HashMap)m_lTypes.get(sType); in toHTML() local
1941 java.util.HashMap aType = (java.util.HashMap)m_lTypes.get(sType); in validateTypes() local
2130 java.util.HashMap aType = (java.util.HashMap)m_lTypes.get(sTypeReg); in transform60to6Y() local
2301 … java.util.HashMap aType = (java.util.HashMap)m_lTypes.get(sTypeReg); in transform60to6Y() local
2340 … java.util.HashMap aType = (java.util.HashMap)m_lTypes.get(sTypeReg); in transform60to6Y() local
2370 … java.util.HashMap aType = (java.util.HashMap)m_lTypes.get(sTypeReg); in transform60to6Y() local
/trunk/main/framework/test/typecfg/
H A Dcfgview.cxx1154 FileType aType ; in impl_generateInvalidFiltersHTML() local
1228 FileType aType ; in impl_generateInvalidDetectorsHTML() local
1303 FileType aType ; in impl_generateInvalidLoadersHTML() local
/trunk/main/winaccessibility/source/service/
H A DAccEventListener.cxx286 ::com::sun::star::uno::Any SAL_CALL AccEventListener::queryInterface( const ::com::sun::star::uno::… in queryInterface()
/trunk/main/framework/source/fwe/interaction/
H A Dpreventduplicateinteraction.cxx108 css::uno::Any SAL_CALL PreventDuplicateInteraction::queryInterface( const css::uno::Type& aType ) in queryInterface()
/trunk/main/sal/qa/rtl/uri/
H A Drtl_Uri.cxx150 osl::FileStatus::Type aType = _aStatus.getFileType(); in getFileTypeName() local
/trunk/main/sw/source/ui/misc/
H A Dlinenum.cxx311 SvxNumberType aType; in FillItemSet() local
/trunk/main/comphelper/inc/comphelper/
H A DSettingsHelper.hxx58 …com::sun::star::uno::Any SAL_CALL queryInterface( const com::sun::star::uno::Type& aType ) throw (… in queryInterface()
/trunk/main/sw/inc/
H A Dlineinfo.hxx44 SvxNumberType aType; //e.g. roman linenumbers member in SwLineNumberInfo
/trunk/main/svgio/source/svgreader/
H A Dsvggradientnode.cxx44 SVGToken aType, in SvgGradientNode()
/trunk/main/svtools/source/uno/
H A Dpopupwindowcontroller.cxx156 Any SAL_CALL PopupWindowController::queryInterface( const Type& aType ) in queryInterface()
/trunk/main/ucb/source/ucp/package/
H A Dpkgprovider.cxx71 queryInterface( const uno::Type& aType ) in queryInterface()
/trunk/main/framework/source/fwe/classes/
H A Dactiontriggerseparatorpropertyset.cxx68 Any SAL_CALL ActionTriggerSeparatorPropertySet::queryInterface( const Type& aType ) in queryInterface()
/trunk/main/dbaccess/source/ui/querydesign/
H A DConnectionLineAccess.cxx81 Any SAL_CALL OConnectionLineAccess::queryInterface( const Type& aType ) throw (RuntimeException) in queryInterface()
/trunk/main/sfx2/source/bastyp/
H A Dhelper.cxx424 String aType( xRow->getString(2) ); in GetFolderContentProperties() local
528 String aType( xRow->getString(2) ); in GetResultSet() local
753 OUString aType( RTL_CONSTASCII_USTRINGPARAM( "application/vnd.sun.staroffice.fsys-folder" ) ); in MakeFolder() local
/trunk/main/extensions/source/update/check/
H A Dupdateprotocol.cxx174 rtl::OUString aType = xParent->getAttribute(UNISTRING("type")); in checkForUpdates() local
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/
H A DINodeVisitor.java72 void Visit (final BuiltIn aType); in Visit()

Completed in 151 milliseconds

1234567891011