Home
last modified time | relevance | path

Searched refs:getType (Results 1 – 25 of 394) sorted by last modified time

12345678910>>...16

/trunk/main/framework/test/typecfg/
H A Dcfgview.cxx437 FileType aItem = m_aData.pCache->getType( sName ); in impl_generateTypeListHTML()
1162 aType = m_aData.pCache->getType( lTypes[nType] ); in impl_generateInvalidFiltersHTML()
1236 aType = m_aData.pCache->getType( lTypes[nType] ); in impl_generateInvalidDetectorsHTML()
1311 aType = m_aData.pCache->getType( lTypes[nType] ); in impl_generateInvalidLoadersHTML()
/trunk/main/svx/source/table/
H A Dcell.cxx954 CellContentType SAL_CALL Cell::getType() throw (RuntimeException) in getType() function in sdr::table::Cell
H A Dcell.hxx139 …SVX_DLLPRIVATE virtual ::com::sun::star::table::CellContentType SAL_CALL getType() throw (::com::s…
/trunk/main/i18npool/source/transliteration/
H A DtransliterationImpl.cxx183 TransliterationImpl::getType() throw(RuntimeException) in getType() function in com::sun::star::i18n::TransliterationImpl
188 return(bodyCascade[0]->getType()); in getType()
280 if (body->getType() & sType) in getAvailableModules()
/trunk/main/i18npool/inc/
H A DtransliterationImpl.hxx57 virtual sal_Int16 SAL_CALL getType( ) throw(com::sun::star::uno::RuntimeException) ;
/trunk/main/vos/inc/vos/
H A Dsocket.hxx714 TSocketType SAL_CALL getType() const;
/trunk/main/vcl/inc/vcl/
H A Dpdfwriter.hxx269 WidgetType getType() const { return Type; } in getType() function
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx827 table::CellContentType eType = xCell->getType(); in visitNode()
939 if ( ( xCell->getType() == table::CellContentType_FORMULA ) && in visitNode()
4892 return (rxCell->getType() == table::CellContentType_TEXT) ? '\'' : 0; in lclGetPrefixChar()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xml/
H A DXMLScanner.java94 switch (Character.getType(nC)) in ProvideToken()
134 switch (Character.getType(PeekCharacter())) in ProvideToken()
253 Character.getType(PeekCharacter()))); in ScanSymbol()
267 switch(Character.getType(PeekCharacter())) in ScanIdentifier()
276 Character.getType(PeekCharacter()))); in ScanIdentifier()
305 switch(Character.getType(PeekCharacter())) in ScanWhitespace()
/trunk/main/hsqldb/patches/
H A Dscript.patch5 if (tokenizer.getType() != Types.VARCHAR) {
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx1431 switch( pChildAtom->getType() ) in importTimeContainer()
1534 switch( pChildAtom->getType() ) in importAnimationNodeContainer()
1610 switch( pChildAtom->getType() ) in importAnimateFilterContainer()
1692 switch( pChildAtom->getType() ) in importAnimateAttributeTargetContainer()
1899 switch( pChildAtom->getType() ) in importAnimateColorContainer()
1971 switch( pChildAtom->getType() ) in importAnimateSetContainer()
2030 switch( pChildAtom->getType() ) in importAnimateContainer()
2109 switch( pChildAtom->getType() ) in importAnimateMotionContainer()
2190 switch( pChildAtom->getType() ) in importCommandContainer()
2328 switch( pChildAtom->getType() ) in importAudioContainer()
[all …]
/trunk/main/odk/examples/java/Inspector/
H A DInspectorPane.java140 … String sShortClassName = m_oIntrospector.getShortClassName(aReturnObject.getType().getTypeName()); in invoke()
/trunk/main/accessibility/source/extended/
H A DAccessibleBrowseBoxHeaderCell.cxx68 mpBrowseBox->FillAccessibleStateSet( *pStateSetHelper, getType() ); in implCreateStateSetHelper()
/trunk/main/offapi/com/sun/star/i18n/
H A DXTransliteration.idl118 short getType();
H A DXCharacterClassification.idl111 short getType( [in] string aText, [in] long nPos );
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DImageElementLayoutController.java197 final String type = tableCell.getType(); in findNodeInSection()
210 …ce) || (!ObjectUtilities.equal(child.getType(), type) && (secondType == null || !ObjectUtilities.e… in findNodeInSection()
233 …OfficeNamespaces.TABLE_NS.equals(element.getNamespace()) && "table-cell".equals(element.getType())) in findParentCell()
275 …Namespace(), OfficeNamespaces.TABLE_NS) || !ObjectUtilities.equal(column.getType(), OfficeToken.TA… in addColumnStyles()
303 …getNamespace(), OfficeNamespaces.TABLE_NS) || !ObjectUtilities.equal(row.getType(), OfficeToken.TA… in addRowStyles()
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx241 if( xChildNode->getType() == AnimationNodeType::AUDIO ) in setNode()
245 else if( xChildNode->getType() == AnimationNodeType::COMMAND ) in setNode()
1215 if( xAnimate->getType() == nNodeType ) in getProperty()
1267 if( xAnimate->getType() == nNodeType ) in setProperty()
1354 switch( xAnimate->getType() ) in getColor()
1403 switch( xAnimate->getType() ) in setColor()
1596 if( xNode.is() && (xNode->getType() == AnimationNodeType::COMMAND) ) in findCommandNode()
3109 switch( xChildNode->getType() ) in createEffects()
3180 if( xNode->getType() == AnimationNodeType::ANIMATECOLOR ) in processAfterEffect()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgnode.hxx157 SVGToken getType() const { return maType; } in getType() function in svgio::svgreader::SvgNode
/trunk/main/slideshow/source/engine/animationnodes/
H A Danimationnodefactory.cxx470 switch( xNode->getType() ) in implCreateAnimationNode()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx983 switch(rFieldPrimitive.getType()) in processBasePrimitive2D()
1011 … if(mpPDFExtOutDevData && drawinglayer::primitive2d::FIELD_TYPE_URL == rFieldPrimitive.getType()) in processBasePrimitive2D()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx788 if( i_rControl.getType() == PDFWriter::RadioButton ) in createWidgetFieldName()
11936 m_aWidgets.back().m_eType = rControl.getType(); in createControl()
11942 if( rControl.getType() == PDFWriter::RadioButton ) in createControl()
11962 if( rControl.getType() == PDFWriter::PushButton ) in createControl()
11978 else if( rControl.getType() == PDFWriter::RadioButton ) in createControl()
12014 else if( rControl.getType() == PDFWriter::CheckBox ) in createControl()
12025 else if( rControl.getType() == PDFWriter::ListBox ) in createControl()
12043 else if( rControl.getType() == PDFWriter::ComboBox ) in createControl()
12074 else if( rControl.getType() == PDFWriter::Edit ) in createControl()
/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx1318 bool getType( in getType() function
1358 if (!getType(*this, CommandId, srcUnqPath, &item, &type)) { in copy()
1371 if (!getType(*this, CommandId, srcUnqPath, &item, &type)) { in copy()
H A Dshell.hxx112 inline const com::sun::star::uno::Type& SAL_CALL getType() const;
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx1683 if (rTrans.getType() == (sal_uInt32)TransliterationModulesExtra::TITLE_CASE) in TransliterateText()
1746 else if (rTrans.getType() == (sal_uInt32)TransliterationModulesExtra::SENTENCE_CASE) in TransliterateText()
/trunk/main/scripting/source/provider/
H A DMasterScriptProvider.cxx499 MasterScriptProvider::getType() in getType() function in func_provider::MasterScriptProvider

Completed in 260 milliseconds

12345678910>>...16