| /trunk/main/unoxml/source/events/ |
| H A D | eventdispatcher.cxx | 36 …void CEventDispatcher::addListener(xmlNodePtr pNode, OUString aType, const Reference<XEventListene… in addListener() argument 43 TypeListenerMap::const_iterator tIter = pTMap->find(aType); in addListener() 47 pTMap->insert(TypeListenerMap::value_type(aType, pMap)); in addListener() 55 …void CEventDispatcher::removeListener(xmlNodePtr pNode, OUString aType, const Reference<XEventList… in removeListener() argument 61 TypeListenerMap::const_iterator tIter = pTMap->find(aType); in removeListener() 84 OUString aType, Reference< XEvent > const& xEvent) in callListeners() argument 87 TypeListenerMap::const_iterator tIter = rTMap.find(aType); in callListeners() 107 OUString const aType = i_xEvent->getType(); in dispatchEvent() local 108 if (aType.compareToAscii("DOMSubtreeModified") == 0|| in dispatchEvent() 109 aType.compareToAscii("DOMNodeInserted") == 0|| in dispatchEvent() [all …]
|
| /trunk/main/framework/inc/macros/ |
| H A D | xinterface.hxx | 90 …o::Any SAL_CALL CLASS::queryInterface( const ::com::sun::star::uno::Type& aType ) throw( ::com::su… 95 …return BASECLASS::queryInterface( aType ); … 103 …o::Any SAL_CALL CLASS::queryInterface( const ::com::sun::star::uno::Type& aType ) throw( ::com::su… 113 …aReturn = BASECLASS::queryInterface( aType ); … 124 …o::Any SAL_CALL CLASS::queryInterface( const ::com::sun::star::uno::Type& aType ) throw( ::com::su… 139 …aReturn = BASECLASS::queryInterface( aType ); … 236 …ar::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aType ) throw( ::com::… 255 … ( aType, PRIVATE_DEFINE_INTERFACE_1 ( INTERFACE1 \ 264 … ( aType, PRIVATE_DEFINE_INTERFACE_2 ( INTERFACE1 , \ 274 … ( aType, PRIVATE_DEFINE_INTERFACE_3 ( INTERFACE1 , \ [all …]
|
| /trunk/main/xmloff/source/draw/ |
| H A D | shapeexport.cxx | 155 String aType( (OUString)xShape->getShapeType() ); in checkForCustomShapeReplacement() local 156 if( aType.EqualsAscii( (const sal_Char*)"com.sun.star.drawing.CustomShape" ) ) in checkForCustomShapeReplacement() 1064 String aType((OUString)xShapeDescriptor->getShapeType()); in ImpCalcShapeType() local 1066 if(aType.EqualsAscii((const sal_Char*)"com.sun.star.", 0, 13)) in ImpCalcShapeType() 1068 if(aType.EqualsAscii("drawing.", 13, 8)) in ImpCalcShapeType() 1071 … if (aType.EqualsAscii("Rectangle", 21, 9)) { eShapeType = XmlShapeTypeDrawRectangleShape; } in ImpCalcShapeType() 1075 … else if(aType.EqualsAscii("Custom", 21, 6)) { eShapeType = XmlShapeTypeDrawCustomShape; } in ImpCalcShapeType() 1077 … else if(aType.EqualsAscii("Ellipse", 21, 7)) { eShapeType = XmlShapeTypeDrawEllipseShape; } in ImpCalcShapeType() 1078 … else if(aType.EqualsAscii("Control", 21, 7)) { eShapeType = XmlShapeTypeDrawControlShape; } in ImpCalcShapeType() 1079 … else if(aType.EqualsAscii("Connector", 21, 9)) { eShapeType = XmlShapeTypeDrawConnectorShape; } in ImpCalcShapeType() [all …]
|
| /trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/ |
| H A D | ParserTablesGenerator.java | 354 @Override public void Visit(UnionNode aType) in WriteSimpleTypes() 358 @Override public void Visit(StringNode aType) in WriteSimpleTypes() 360 AppendStringDescription(aLine, aType); in WriteSimpleTypes() 362 @Override public void Visit(NumberNode<?> aType) in WriteSimpleTypes() 364 AppendNumberDescription(aLine, aType); in WriteSimpleTypes() 366 @Override public void Visit(DateTimeNode aType) in WriteSimpleTypes() 368 AppendDateTimeDescription(aLine, aType); in WriteSimpleTypes() 370 @Override public void Visit(BlobNode aType) in WriteSimpleTypes() 372 AppendBlobDescription(aLine, aType); in WriteSimpleTypes() 399 final StringNode aType) in AppendStringDescription() argument [all …]
|
| H A D | LogGenerator.java | 133 for (final ComplexType aType : aSchema.ComplexTypes.GetSorted()) in WriteComplexTypes() 135 WriteType(" ", aType, true); in WriteComplexTypes() 145 for (final SimpleType aType : aSchema.SimpleTypes.GetSorted()) in WriteSimpleTypes() 147 WriteType(" ", aType, true); in WriteSimpleTypes() 157 for (final Node aType : aSchema.Groups.GetSorted()) in WriteGroups() 159 WriteType(" ", aType, true); in WriteGroups() 169 for (final Node aType : aSchema.AttributeGroups.GetSorted()) in WriteAttributeGroups() 171 WriteType(" ", aType, true); in WriteAttributeGroups() 181 for (final Node aType : aSchema.Attributes.GetSorted()) in WriteAttributes() 183 WriteType(" ", aType, true); in WriteAttributes() [all …]
|
| /trunk/main/UnoControls/source/base/ |
| H A D | multiplexer.cxx | 241 void OMRCListenerMultiplexerHelper::advise( const Type& aType , in advise() argument 245 if( m_aListenerHolder.addInterface( aType, xListener ) == 1 ) in advise() 250 impl_adviseToPeer( m_xPeer, aType ); in advise() 259 void OMRCListenerMultiplexerHelper::unadvise( const Type& aType , in unadvise() argument 263 if( m_aListenerHolder.removeInterface( aType, xListener ) == 0 ) in unadvise() 268 impl_unadviseFromPeer( m_xPeer, aType ); in unadvise() 514 const Type& aType ) in impl_adviseToPeer() argument 517 if( aType == ::getCppuType((const Reference< XWindowListener >*)0) ) in impl_adviseToPeer() 519 else if( aType == ::getCppuType((const Reference< XKeyListener >*)0) ) in impl_adviseToPeer() 521 else if( aType == ::getCppuType((const Reference< XFocusListener >*)0) ) in impl_adviseToPeer() [all …]
|
| /trunk/main/framework/source/uifactory/ |
| H A D | uielementfactorymanager.cxx | 75 rtl::OUString getHashKeyFromStrings( const rtl::OUString& aType, const rtl::OUString& aName, const … in getHashKeyFromStrings() argument 77 rtl::OUStringBuffer aKey( aType ); in getHashKeyFromStrings() 232 rtl::OUString aType; in elementInserted() local 240 if ( impl_getElementProps( aEvent.Element, aType, aName, aModule, aService )) in elementInserted() 244 rtl::OUString aHashKey( getHashKeyFromStrings( aType, aName, aModule )); in elementInserted() 252 rtl::OUString aType; in elementRemoved() local 260 if ( impl_getElementProps( aEvent.Element, aType, aName, aModule, aService )) in elementRemoved() 264 rtl::OUString aHashKey( getHashKeyFromStrings( aType, aName, aModule )); in elementRemoved() 272 rtl::OUString aType; in elementReplaced() local 280 if ( impl_getElementProps( aEvent.Element, aType, aName, aModule, aService )) in elementReplaced() [all …]
|
| /trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/ |
| H A D | SimpleTypeNodeVisitorAdapter.java | 28 public void Visit(BlobNode aType) in Visit() argument 30 Default(aType); in Visit() 34 public void Visit(DateTimeNode aType) in Visit() argument 36 Default(aType); in Visit() 40 public void Visit(NumberNode<?> aType) in Visit() argument 42 Default(aType); in Visit() 46 public void Visit(StringNode aType) in Visit() argument 48 Default(aType); in Visit() 52 public void Visit(UnionNode aType) in Visit() argument 54 Default(aType); in Visit() [all …]
|
| H A D | UnionNode.java | 54 public void AddNode (final ISimpleTypeNode aType) in AddNode() argument 56 if (aType instanceof UnionNode) in AddNode() 59 final UnionNode aChildUnion = (UnionNode)aType; in AddNode() 63 else if (aType instanceof StringNode) in AddNode() 73 final ISimpleTypeNode aNewChild = ((StringNode)aChild).Join((StringNode)aType); in AddNode() 84 maTypes.add(aType); in AddNode() 88 maTypes.add(aType); in AddNode() 99 for (final ISimpleTypeNode aType : maTypes) in Print() 100 aType.Print(aLog); in Print()
|
| /trunk/main/l10ntools/source/filter/utils/ |
| H A D | Cache.java | 517 java.util.HashMap aType = (java.util.HashMap)m_lTypes.get(sType); in toHTML() local 522 java.lang.String sVal = (java.lang.String)aType.get(PROPNAME_DETECTSERVICE); in toHTML() 528 sVal = (java.lang.String)aType.get(PROPNAME_PREFERREDFILTER); in toHTML() 534 sVal = (java.lang.String)aType.get(PROPNAME_FRAMELOADER); in toHTML() 540 sVal = (java.lang.String)aType.get(PROPNAME_CONTENTHANDLER); in toHTML() 1941 java.util.HashMap aType = (java.util.HashMap)m_lTypes.get(sType); in validateTypes() local 1942 if (aType == null) in validateTypes() 1946 (!aType.containsKey(PROPNAME_MEDIATYPE )) || in validateTypes() 1947 (!aType.containsKey(PROPNAME_PREFERRED )) || in validateTypes() 1948 (!aType.containsKey(PROPNAME_CLIPBOARDFORMAT)) || in validateTypes() [all …]
|
| /trunk/main/UnoControls/source/controls/ |
| H A D | OConnectionPointContainerHelper.cxx | 69 Any SAL_CALL OConnectionPointContainerHelper::queryInterface( const Type& aType ) throw( RuntimeExc… in queryInterface() argument 75 Any aReturn ( ::cppu::queryInterface( aType , in queryInterface() 84 aReturn = OWeakObject::queryInterface( aType ); in queryInterface() 130 …L_CALL OConnectionPointContainerHelper::queryConnectionPoint( const Type& aType ) throw( RuntimeEx… in queryConnectionPoint() argument 136 OInterfaceContainerHelper* pSpecialContainer = m_aMultiTypeContainer.getContainer( aType ); in queryConnectionPoint() 142 …ectionPointHelper* pNewConnectionPoint = new OConnectionPointHelper( m_aSharedMutex, this, aType ); in queryConnectionPoint() 153 void SAL_CALL OConnectionPointContainerHelper::advise( const Type& aType … in advise() argument 157 m_aMultiTypeContainer.addInterface( aType, xListener ); in advise() 164 …ALL OConnectionPointContainerHelper::unadvise( const Type& aType , in unadvise() argument 168 m_aMultiTypeContainer.removeInterface( aType, xListener ); in unadvise()
|
| H A D | framecontrol.cxx | 165 Any SAL_CALL FrameControl::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation() argument 169 Any aReturn ( ::cppu::queryInterface( aType , in queryAggregation() 179 aReturn = OPropertySetHelper::queryInterface( aType ); in queryAggregation() 182 aReturn = BaseControl::queryAggregation( aType ); in queryAggregation() 270 Reference< XConnectionPoint > SAL_CALL FrameControl::queryConnectionPoint( const Type& aType ) thro… in queryConnectionPoint() argument 273 return m_aConnectionPointContainer.queryConnectionPoint( aType ); in queryConnectionPoint() 280 void SAL_CALL FrameControl::advise( const Type& aType , in advise() argument 284 m_aConnectionPointContainer.advise( aType, xListener ); in advise() 291 void SAL_CALL FrameControl::unadvise( const Type& aType , in unadvise() argument 295 m_aConnectionPointContainer.unadvise( aType, xListener ); in unadvise()
|
| /trunk/main/svx/inc/svx/ |
| H A D | nbdtmg.hxx | 208 …NBOTypeMgrBase(const NBOType aType):eType(aType),pSet(0),eCoreUnit(SFX_MAPUNIT_TWIP),aNumCharFmtNa… in NBOTypeMgrBase() argument 209 …NBOTypeMgrBase(const NBOType aType,const SfxItemSet* pArg):eType(aType),pSet(pArg),eCoreUnit(SFX_M… in NBOTypeMgrBase() argument 242 BulletsTypeMgr(const NBOType aType); 243 BulletsTypeMgr(const NBOType aType,const SfxItemSet* pArg); 274 GraphicBulletsTypeMgr(const NBOType aType); 275 GraphicBulletsTypeMgr(const NBOType aType,const SfxItemSet* pArg); 306 MixBulletsTypeMgr(const NBOType aType); 307 MixBulletsTypeMgr(const NBOType aType,const SfxItemSet* pArg); 336 NumberingTypeMgr(const NBOType aType); 337 NumberingTypeMgr(const NBOType aType,const SfxItemSet* pArg); [all …]
|
| /trunk/main/svx/source/unodraw/ |
| H A D | unomod.cxx | 448 const String aType( aServiceSpecifier ); in createInstance() local 449 if( aType.EqualsAscii( "com.sun.star.presentation.", 0, 26 ) ) in createInstance() 455 if( aType.EqualsAscii( "TitleTextShape", 26, 14 ) ) in createInstance() 459 else if( aType.EqualsAscii( "OutlinerShape", 26, 13 ) ) in createInstance() 463 else if( aType.EqualsAscii( "SubtitleShape", 26, 13 ) ) in createInstance() 467 else if( aType.EqualsAscii( "GraphicObjectShape", 26, 18 ) ) in createInstance() 471 else if( aType.EqualsAscii( "PageShape", 26, 9 ) ) in createInstance() 475 else if( aType.EqualsAscii( "OLE2Shape", 26, 9 ) ) in createInstance() 479 else if( aType.EqualsAscii( "ChartShape", 26, 10 ) ) in createInstance() 483 else if( aType.EqualsAscii( "TableShape", 26, 10 ) ) in createInstance() [all …]
|
| /trunk/main/sw/source/ui/envelp/ |
| H A D | label1.cxx | 171 pRec->aMake = pRec->aType = aTmp; in SwLabDlg() 179 pRec->aType == pRecs->GetObject(nRecPos)->aType) in SwLabDlg() 231 SwLabRec* pRec = GetRecord(rItem.aType, rItem.bCont); in GetLabItem() 248 if (pRec->aType != sCustom && in GetRecord() 249 rRecName == pRec->aType && bCont == pRec->bCont) in GetRecord() 476 const String aType ( GetParent()->Recs()[i]->aType ); in IMPL_LINK_INLINE_END() local 478 if ( GetParent()->Recs()[i]->aType == sCustom ) in IMPL_LINK_INLINE_END() 481 aTypeBox.InsertEntry(aType ); in IMPL_LINK_INLINE_END() 485 if ( aHiddenSortTypeBox.GetEntryPos(aType) == LISTBOX_ENTRY_NOTFOUND ) in IMPL_LINK_INLINE_END() 488 aHiddenSortTypeBox.InsertEntry( aType ); in IMPL_LINK_INLINE_END() [all …]
|
| /trunk/main/sal/qa/rtl/uri/ |
| H A D | rtl_Uri.cxx | 150 osl::FileStatus::Type aType = _aStatus.getFileType(); in getFileTypeName() local 151 if (aType == osl::FileStatus::Directory) in getFileTypeName() 155 else if (aType == osl::FileStatus::Regular) in getFileTypeName() 159 else if (aType == osl::FileStatus::Volume) in getFileTypeName() 163 else if (aType == osl::FileStatus::Fifo) in getFileTypeName() 167 else if (aType == osl::FileStatus::Socket) in getFileTypeName() 171 else if (aType == osl::FileStatus::Link) in getFileTypeName() 175 else if (aType == osl::FileStatus::Special) in getFileTypeName() 179 else if (aType == osl::FileStatus::Unknown) in getFileTypeName()
|
| /trunk/main/sfx2/source/notify/ |
| H A D | eventsupplier.cxx | 204 OUSTRING aType; in Execute() local 219 aProperties[ nIndex ].Value >>= aType; in Execute() 234 if ( aType.compareToAscii( STAR_BASIC ) == 0 && aScript.getLength() ) in Execute() 239 else if ( aType.compareToAscii( "Service" ) == 0 || in Execute() 240 aType.compareToAscii( "Script" ) == 0 ) in Execute() 299 else if ( aType.getLength() == 0 ) in Execute() 393 OUSTRING aType; in ConvertToMacro() local 407 aProperties[ nIndex ].Value >>= aType; in ConvertToMacro() 422 if ( aType.compareToAscii( STAR_BASIC ) == COMPARE_EQUAL ) in ConvertToMacro() 424 else if ( aType.compareToAscii( "Script" ) == COMPARE_EQUAL && aScriptURL.getLength() ) in ConvertToMacro() [all …]
|
| /trunk/main/sw/source/filter/ww1/ |
| H A D | w1filter.cxx | 1631 RES_POOL_COLLFMT_TYPE aType = RES_NONE; in OutOne() local 1641 aType = RES_POOLCOLL_TEXT; break; //??? in OutOne() 1647 aType = RES_POOLCOLL_TOX_CNTNT8; break; in OutOne() 1649 aType = RES_POOLCOLL_TOX_CNTNT7; break; in OutOne() 1651 aType = RES_POOLCOLL_TOX_CNTNT6; break; in OutOne() 1653 aType = RES_POOLCOLL_TOX_CNTNT5; break; in OutOne() 1655 aType = RES_POOLCOLL_TOX_CNTNT4; break; in OutOne() 1657 aType = RES_POOLCOLL_TOX_CNTNT3; break; in OutOne() 1659 aType = RES_POOLCOLL_TOX_CNTNT2; break; in OutOne() 1661 aType = RES_POOLCOLL_TOX_CNTNT1; break; in OutOne() [all …]
|
| /trunk/main/bridges/test/ |
| H A D | testcomp.cxx | 89 Any OInstanceProvider::queryInterface( const Type & aType ) throw ( RuntimeException ) in queryInterface() argument 91 Any a = ::cppu::queryInterface( aType , in queryInterface() 97 return OWeakObject::queryInterface( aType ); in queryInterface() 135 …tar::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aType ) throw(::com::sun… in queryInterface() argument 139 if (aType == ::getCppuType( (const Reference< XInterface > *)0 )) in queryInterface() 144 if (aType == ::getCppuType( (const Reference< XPerformanceTest > *)0 )) in queryInterface() 289 Any OCallMe::queryInterface( const Type & aType ) throw ( RuntimeException ) in queryInterface() argument 291 Any a = ::cppu::queryInterface( aType, in queryInterface() 299 return OWeakObject::queryInterface( aType ); in queryInterface() 383 Any OInterfaceTest::queryInterface( const Type & aType ) throw ( RuntimeException ) in queryInterface() argument [all …]
|
| /trunk/main/unoxml/source/dom/ |
| H A D | document.cxx | 976 …Reference< XEvent > SAL_CALL CDocument::createEvent(const OUString& aType) throw (RuntimeException) in createEvent() argument 981 aType.compareToAscii("DOMSubtreeModified") == 0|| in createEvent() 982 aType.compareToAscii("DOMNodeInserted") == 0|| in createEvent() 983 aType.compareToAscii("DOMNodeRemoved") == 0|| in createEvent() 984 aType.compareToAscii("DOMNodeRemovedFromDocument") == 0|| in createEvent() 985 aType.compareToAscii("DOMNodeInsertedIntoDocument") == 0|| in createEvent() 986 aType.compareToAscii("DOMAttrModified") == 0|| in createEvent() 987 aType.compareToAscii("DOMCharacterDataModified") == 0) in createEvent() 992 aType.compareToAscii("DOMFocusIn") == 0|| in createEvent() 993 aType.compareToAscii("DOMFocusOut") == 0|| in createEvent() [all …]
|
| /trunk/main/autodoc/source/display/idl/ |
| H A D | hfi_property.cxx | 144 aType( Env(), CurOut(), true ); in write_Declaration() local 145 aType.Produce_byData( PropertyAttr::Type(i_ce) ); in write_Declaration() 174 aType( Env(), CurOut(), true ); in write_Declaration() local 175 aType.Produce_byData( AttributeAttr::Type(i_ce) ); in write_Declaration() 279 aType( Env(), CurOut(), true ); in write_Declaration() local 280 aType.Produce_byData(ConstantAttr::Type(i_ce)); in write_Declaration() 303 aType( Env(), CurOut(), true ); in write_Declaration() local 304 aType.Produce_byData(StructElementAttr::Type(i_ce)); in write_Declaration() 325 const ary::idl::Type_id aType = i_commentedRef.Type(); in produce_Summary() local
|
| /trunk/main/stoc/source/invocation/ |
| H A D | invocation.cxx | 139 virtual Any SAL_CALL queryInterface( const Type & aType) throw( RuntimeException ); 297 Any SAL_CALL Invocation_Impl::queryInterface( const Type & aType ) in queryInterface() argument 301 Any a = ::cppu::queryInterface( aType, in queryInterface() 310 if( aType == getCppuType( (Reference<XExactName>*) NULL ) ) in queryInterface() 320 else if ( aType == getCppuType( (Reference<XNameContainer>*) NULL ) ) in queryInterface() 325 else if ( aType == getCppuType( (Reference<XNameAccess>*) NULL ) ) in queryInterface() 330 else if ( aType == getCppuType( (Reference<XIndexContainer>*) NULL ) ) in queryInterface() 335 else if ( aType == getCppuType( (Reference<XIndexAccess>*) NULL ) ) in queryInterface() 340 else if ( aType == getCppuType( (Reference<XEnumerationAccess>*) NULL ) ) in queryInterface() 345 else if ( aType == getCppuType( (Reference<XElementAccess>*) NULL ) ) in queryInterface() [all …]
|
| /trunk/main/basic/source/classes/ |
| H A D | sbunoobj.cxx | 281 SbUnoObject* createOLEObject_Impl( const String& aType ) in createOLEObject_Impl() argument 305 ::rtl::OUString aOLEType = aType; in createOLEObject_Impl() 314 pUnoObj = new SbUnoObject( aType, aAny ); in createOLEObject_Impl() 618 Type aType = aValue.getValueType(); in implSequenceToMultiDimArray() local 619 TypeClass eTypeClass = aType.getTypeClass(); in implSequenceToMultiDimArray() 626 Reference< XIdlClass > xIdlTargetClass = TypeToIdlClass( aType ); in implSequenceToMultiDimArray() 629 aType.getDescription( &pTD ); in implSequenceToMultiDimArray() 702 Type aType = aValue.getValueType(); in unoToSbxValue() local 703 TypeClass eTypeClass = aType.getTypeClass(); in unoToSbxValue() 856 Reference< XIdlClass > xIdlTargetClass = TypeToIdlClass( aType ); in unoToSbxValue() [all …]
|
| /trunk/main/svx/source/sidebar/ |
| H A D | nbdtmgfact.cxx | 32 NBOTypeMgrBase* NBOutlineTypeMgrFact::CreateInstance(const NBOType aType) in CreateInstance() argument 35 if ( aType == eNBOType::BULLETS ) in CreateInstance() 38 }else if ( aType == eNBOType::GRAPHICBULLETS ) in CreateInstance() 41 }else if ( aType == eNBOType::MIXBULLETS ) in CreateInstance() 44 }else if ( aType == eNBOType::NUMBERING ) in CreateInstance() 47 }else if ( aType == eNBOType::OUTLINE ) in CreateInstance()
|
| /trunk/main/sfx2/source/doc/ |
| H A D | doctemplates.cxx | 203 … getTitleFromURL( const OUString& rURL, OUString& aTitle, OUString& aType, sal_Bool& bDocHas… 661 …_Impl::getTitleFromURL( const OUString& rURL, OUString& aTitle, OUString& aType, sal_Bool& bDocHas… in getTitleFromURL() argument 688 aValue >>= aType; in getTitleFromURL() 695 if ( ! aType.getLength() && mxType.is() ) in getTitleFromURL() 703 aType = aTypeProps.getUnpackedValueOrDefault( in getTitleFromURL() 752 OUString aType( RTL_CONSTASCII_USTRINGPARAM( TYPE_LINK ) ); in addEntry() local 757 rParentFolder.insertNewContent( aType, aNames, aValues, aLink ); in addEntry() 801 OUString aType; in createFolder() local 804 aType = OUString( RTL_CONSTASCII_USTRINGPARAM( TYPE_FSYS_FOLDER ) ); in createFolder() 806 aType = OUString( RTL_CONSTASCII_USTRINGPARAM( TYPE_FOLDER ) ); in createFolder() [all …]
|