| /AOO41X/main/tools/source/fsys/ |
| H A D | dirent.cxx | 377 aName = ByteString( aPfad.Copy( 2, nPos-2 ), osl_getThreadTextEncoding() ); in ImpParseOs2Name() 378 aStack.Push( new DirEntry( aName, FSYS_FLAG_ABSROOT, eStyle ) ); in ImpParseOs2Name() 392 aName = ByteString( aPfad.Copy( 0, nPos + 1 ), osl_getThreadTextEncoding() ); in ImpParseOs2Name() 400 if ( aStack.Count() || aName.Len() > 2 ) in ImpParseOs2Name() 402 aName = rPfad; in ImpParseOs2Name() 406 aStack.Push( new DirEntry( aName, FSYS_FLAG_ABSROOT, eStyle ) ); in ImpParseOs2Name() 412 COMPARE_EQUAL != aStack.Bottom()->aName.CompareIgnoreCaseToAscii(aName) ) in ImpParseOs2Name() 417 aStack.Push( new DirEntry( aName, FSYS_FLAG_RELROOT, eStyle ) ); in ImpParseOs2Name() 425 aName = ByteString( aPfad.Copy( 0, nPos ), osl_getThreadTextEncoding() ); in ImpParseOs2Name() 428 if ( aName == "." ) in ImpParseOs2Name() [all …]
|
| H A D | tempfile.cxx | 47 String aName; member 60 String aName = aRet; in GetSystemTempDir_Impl() local 61 if( aName.GetChar(aName.Len()-1) != '/' ) in GetSystemTempDir_Impl() 62 aName += '/'; in GetSystemTempDir_Impl() 63 return aName; in GetSystemTempDir_Impl() 69 String aName; in ConstructTempDir_Impl() local 84 aName = aRet; in ConstructTempDir_Impl() 88 if ( !aName.Len() ) in ConstructTempDir_Impl() 94 aName = rTempNameBase_Impl; in ConstructTempDir_Impl() 98 xub_StrLen i = aName.Len(); in ConstructTempDir_Impl() [all …]
|
| /AOO41X/main/desktop/source/migration/ |
| H A D | cfgfilter.cxx | 71 void CConfigFilter::pushElement(rtl::OUString aName, sal_Bool bUse) in pushElement() argument 78 aPath += aName; in pushElement() 82 elem.name = aName; in pushElement() 93 sal_Bool CConfigFilter::checkElement(rtl::OUString aName) in checkElement() argument 103 aFullPath += aName; in checkElement() 178 const OUString& aName, in overrideNode() argument 185 if (checkElement(aName)) in overrideNode() 187 m_xLayerHandler->overrideNode(aName, aAttributes, bClear); in overrideNode() 188 pushElement(aName); in overrideNode() 191 pushElement(aName, sal_False); in overrideNode() [all …]
|
| /AOO41X/main/sd/source/core/ |
| H A D | stlpool.cxx | 137 String aName(rLayoutName); in GetTitleSheet() local 138 aName.AppendAscii( RTL_CONSTASCII_STRINGPARAM( SD_LT_SEPARATOR )); in GetTitleSheet() 139 aName += String(SdResId(STR_LAYOUT_TITLE)); in GetTitleSheet() 140 SfxStyleSheetBase* pResult = Find(aName, SD_STYLE_FAMILY_MASTERPAGE); in GetTitleSheet() 153 String aName(rLayoutName); in CreateOutlineSheetList() local 154 aName.AppendAscii( RTL_CONSTASCII_STRINGPARAM( SD_LT_SEPARATOR )); in CreateOutlineSheetList() 155 aName += String(SdResId(STR_LAYOUT_OUTLINE)); in CreateOutlineSheetList() 159 String aFullName(aName); in CreateOutlineSheetList() 206 String aName(SdResId(STR_LAYOUT_OUTLINE)); in CreateLayoutStyleSheets() local 216 String aLevelName(aName); in CreateLayoutStyleSheets() [all …]
|
| /AOO41X/main/tools/inc/tools/ |
| H A D | debug.hxx | 405 #define DBG_FUNC( aName ) DbgName_##aName() argument 406 #define DBG_NAME( aName ) static DbgDataType aImpDbgData_##aName = { 0, #aName };… argument 407 … DbgDataType* DBG_FUNC( aName ) { return &aImpDbgData_##aName; } 408 #define DBG_NAMEEX_VISIBILITY( aName, vis ) vis DbgDataType* DBG_FUNC( aName ); argument 409 #define DBG_NAMEEX( aName ) DBG_NAMEEX_VISIBILITY( aName, ) argument 423 #define DBG_PROFSTART( aName ) \ argument 424 DbgProf( DBG_PROF_START, DBG_FUNC( aName ) ) 426 #define DBG_PROFSTOP( aName ) \ argument 427 DbgProf( DBG_PROF_STOP, DBG_FUNC( aName ) ) 429 #define DBG_PROFCONTINUE( aName ) \ argument [all …]
|
| /AOO41X/main/unotools/source/ucbhelper/ |
| H A D | tempfile.cxx | 57 String aName; member 135 String aName; in ConstructTempDir_Impl() local 160 aName = aRet; in ConstructTempDir_Impl() 169 if ( !aName.Len() ) in ConstructTempDir_Impl() 182 aName = rTempNameBase_Impl; in ConstructTempDir_Impl() 183 ensuredir( aName ); in ConstructTempDir_Impl() 187 xub_StrLen i = aName.Len(); in ConstructTempDir_Impl() 188 if( i>0 && aName.GetChar(i-1) != '/' ) in ConstructTempDir_Impl() 189 aName += '/'; in ConstructTempDir_Impl() 191 return aName; in ConstructTempDir_Impl() [all …]
|
| /AOO41X/main/basic/source/runtime/ |
| H A D | step2.cxx | 77 String aName( pImg->GetString( static_cast<short>( nOp1 & 0x7FFF ) ) ); in FindElement() local 80 if ( bIsVBAInterOp && aName.Search('[') == 0 ) in FindElement() 85 String sArg = aName.Copy( 1, aName.Len() - 2 ); in FindElement() 92 aName = String::CreateFromAscii("Evaluate"); in FindElement() 99 pElem = pMeth->GetStatics()->Find( aName, SbxCLASS_DONTCARE ); in FindElement() 103 pElem = refLocals->Find( aName, SbxCLASS_DONTCARE ); in FindElement() 110 pElem = pObj->Find( aName, SbxCLASS_DONTCARE ); in FindElement() 136 pElem = rBasic.VBAFind( aName, SbxCLASS_DONTCARE ); in FindElement() 140 pElem = getVBAConstant( aName ); in FindElement() 147 SbUnoClass* pUnoClass = findUnoClass( aName ); in FindElement() [all …]
|
| /AOO41X/main/sd/source/ui/dlg/ |
| H A D | unchss.cxx | 70 String aName(pStyleSheet->GetName()); in StyleSheetUndoAction() local 74 sal_uInt16 nPos = aName.Search(aSep); in StyleSheetUndoAction() 76 aName.Erase(0, nPos + aSep.Len()); in StyleSheetUndoAction() 78 if (aName == String(SdResId(STR_LAYOUT_TITLE))) in StyleSheetUndoAction() 80 aName = String(SdResId(STR_PSEUDOSHEET_TITLE)); in StyleSheetUndoAction() 82 else if (aName == String(SdResId(STR_LAYOUT_SUBTITLE))) in StyleSheetUndoAction() 84 aName = String(SdResId(STR_PSEUDOSHEET_SUBTITLE)); in StyleSheetUndoAction() 86 else if (aName == String(SdResId(STR_LAYOUT_BACKGROUND))) in StyleSheetUndoAction() 88 aName = String(SdResId(STR_PSEUDOSHEET_BACKGROUND)); in StyleSheetUndoAction() 90 else if (aName == String(SdResId(STR_LAYOUT_BACKGROUNDOBJECTS))) in StyleSheetUndoAction() [all …]
|
| /AOO41X/main/xmlsecurity/source/helper/ |
| H A D | xsecparser.cxx | 91 const rtl::OUString& aName, in startElement() argument 103 if ( aName == rtl::OUString(RTL_ASCII_USTRINGPARAM(TAG_SIGNATURE)) ) in startElement() 111 else if ( aName == rtl::OUString(RTL_ASCII_USTRINGPARAM(TAG_REFERENCE)) ) in startElement() 132 else if (aName == rtl::OUString(RTL_ASCII_USTRINGPARAM(TAG_TRANSFORM))) in startElement() 148 else if (aName == rtl::OUString(RTL_ASCII_USTRINGPARAM(TAG_X509ISSUERNAME))) in startElement() 153 else if (aName == rtl::OUString(RTL_ASCII_USTRINGPARAM(TAG_X509SERIALNUMBER))) in startElement() 158 else if (aName == rtl::OUString(RTL_ASCII_USTRINGPARAM(TAG_X509CERTIFICATE))) in startElement() 163 else if (aName == rtl::OUString(RTL_ASCII_USTRINGPARAM(TAG_SIGNATUREVALUE))) in startElement() 168 else if (aName == rtl::OUString(RTL_ASCII_USTRINGPARAM(TAG_DIGESTVALUE))) in startElement() 173 else if ( aName == rtl::OUString(RTL_ASCII_USTRINGPARAM(TAG_SIGNATUREPROPERTY)) ) in startElement() [all …]
|
| /AOO41X/main/svx/source/unodraw/ |
| H A D | unomtabl.cxx | 78 void SAL_CALL ImplInsertByName( const OUString& aName, const uno::Any& aElement ); 86 …virtual void SAL_CALL insertByName( const OUString& aName, const uno::Any& aElement ) throw( lan… 90 …virtual void SAL_CALL replaceByName( const OUString& aName, const uno::Any& aElement ) throw( la… 93 …virtual uno::Any SAL_CALL getByName( const OUString& aName ) throw( container::NoSuchElementExcep… 95 virtual sal_Bool SAL_CALL hasByName( const OUString& aName ) throw( uno::RuntimeException); 164 void SAL_CALL SvxUnoMarkerTable::ImplInsertByName( const OUString& aName, const uno::Any& aElement ) in ImplInsertByName() argument 170 aEndMarker.SetName( String( aName ) ); in ImplInsertByName() 176 aStartMarker.SetName( String( aName ) ); in ImplInsertByName() 191 String aName; in insertByName() local 192 SvxUnogetInternalNameForItem( XATTR_LINEEND, aApiName, aName ); in insertByName() [all …]
|
| H A D | UnoNameItemTable.cxx | 99 void SAL_CALL SvxUnoNameItemTable::ImplInsertByName( const OUString& aName, const uno::Any& aElemen… in ImplInsertByName() argument 105 pNewItem->SetName( String( aName ) ); in ImplInsertByName() 120 String aName; in insertByName() local 121 SvxUnogetInternalNameForItem( mnWhich, aApiName, aName ); in insertByName() 123 ImplInsertByName( aName, aElement ); in insertByName() 172 String aName; in replaceByName() local 173 SvxUnogetInternalNameForItem( mnWhich, aApiName, aName ); in replaceByName() 179 const String aSearchName( aName ); in replaceByName() 214 ImplInsertByName( aName, aElement ); in replaceByName() 218 if( !hasByName( aName ) ) in replaceByName() [all …]
|
| H A D | XPropertyTable.cxx | 70 …virtual void SAL_CALL insertByName( const OUString& aName, const uno::Any& aElement ) throw( lan… 74 …virtual void SAL_CALL replaceByName( const OUString& aName, const uno::Any& aElement ) throw( la… 77 …virtual uno::Any SAL_CALL getByName( const OUString& aName ) throw( container::NoSuchElementExcep… 79 virtual sal_Bool SAL_CALL hasByName( const OUString& aName ) throw( uno::RuntimeException); 120 void SAL_CALL SvxUnoXPropertyTable::insertByName( const OUString& aName, const uno::Any& aElement… in insertByName() argument 128 if( hasByName( aName ) ) in insertByName() 132 SvxUnogetInternalNameForItem( mnWhich, aName, aInternalName ); in insertByName() 168 void SAL_CALL SvxUnoXPropertyTable::replaceByName( const OUString& aName, const uno::Any& aElemen… in replaceByName() argument 174 SvxUnogetInternalNameForItem( mnWhich, aName, aInternalName ); in replaceByName() 198 uno::Any SAL_CALL SvxUnoXPropertyTable::getByName( const OUString& aName ) in getByName() argument [all …]
|
| /AOO41X/main/comphelper/source/property/ |
| H A D | propertysetinfo.cxx | 45 void remove( const OUString& aName ) throw(); 51 Property getPropertyByName( const OUString& aName ) throw( UnknownPropertyException ); 52 sal_Bool hasPropertyByName( const OUString& aName ) throw(); 76 OUString aName( pMap->mpName, pMap->mnNameLen, RTL_TEXTENCODING_ASCII_US ); in add() local 79 PropertyMap::iterator aIter = maPropertyMap.find( aName ); in add() 91 maPropertyMap[aName] = pMap; in add() 100 void PropertyMapImpl::remove( const OUString& aName ) throw() in remove() argument 102 maPropertyMap.erase( aName ); in remove() 142 Property PropertyMapImpl::getPropertyByName( const OUString& aName ) throw( UnknownPropertyExceptio… in getPropertyByName() argument 144 PropertyMap::iterator aIter = maPropertyMap.find( aName ); in getPropertyByName() [all …]
|
| /AOO41X/main/xmloff/source/core/ |
| H A D | unoatrcn.cxx | 77 sal_uInt16 SvUnoAttributeContainer::getIndexByName(const OUString& aName ) const in getIndexByName() 81 sal_Int32 nPos = aName.indexOf( sal_Unicode(':') ); in getIndexByName() 86 if( mpContainer->GetAttrLName(nAttr) == aName && in getIndexByName() 93 const OUString aPrefix( aName.copy( 0L, nPos ) ); in getIndexByName() 94 const OUString aLName( aName.copy( nPos+1L ) ); in getIndexByName() 148 uno::Any SAL_CALL SvUnoAttributeContainer::getByName(const OUString& aName) in getByName() argument 151 sal_uInt16 nAttr = getIndexByName(aName ); in getByName() 185 sal_Bool SAL_CALL SvUnoAttributeContainer::hasByName(const OUString& aName) throw( uno::RuntimeExce… in hasByName() argument 187 return getIndexByName(aName ) != USHRT_MAX; in hasByName() 191 void SAL_CALL SvUnoAttributeContainer::replaceByName(const OUString& aName, const uno::Any& aElemen… in replaceByName() argument [all …]
|
| /AOO41X/main/basic/source/basmgr/ |
| H A D | basmgr.cxx | 274 ::rtl::OUString aName; in elementInserted() 275 Event.Accessor >>= aName; in elementInserted() 282 insertLibraryImpl( xScriptCont, mpMgr, Event.Element, aName ); in elementInserted() 283 StarBASIC* pLib = mpMgr->GetLib( aName ); in elementInserted() 298 SbModule* pMod = pLib->FindModule( aName ); in elementInserted() 304 if ( xVBAModuleInfo.is() && xVBAModuleInfo->hasModuleInfo( aName ) ) in elementInserted() 306 ModuleInfo mInfo = xVBAModuleInfo->getModuleInfo( aName ); in elementInserted() 307 pLib->MakeModule32( aName, mInfo, aMod ); in elementInserted() 310 pLib->MakeModule32( aName, aMod ); in elementInserted() 322 ::rtl::OUString aName; in elementReplaced() [all …]
|
| /AOO41X/main/unotools/source/property/ |
| H A D | propertysetinfo.cxx | 46 void remove( const OUString& aName ) throw(); 52 Property getPropertyByName( const OUString& aName ) throw( UnknownPropertyException ); 53 sal_Bool hasPropertyByName( const OUString& aName ) throw(); 73 OUString aName( pMap->mpName, pMap->mnNameLen, RTL_TEXTENCODING_ASCII_US ); in add() local 76 PropertyMap::iterator aIter = maPropertyMap.find( aName ); in add() 88 maPropertyMap[aName] = pMap; in add() 97 void PropertyMapImpl::remove( const OUString& aName ) throw() in remove() argument 99 maPropertyMap.erase( aName ); in remove() 138 Property PropertyMapImpl::getPropertyByName( const OUString& aName ) throw( UnknownPropertyExceptio… in getPropertyByName() argument 140 PropertyMap::iterator aIter = maPropertyMap.find( aName ); in getPropertyByName() [all …]
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | tabvwshf.cxx | 85 String aName; in ExecuteTable() local 86 pDoc->GetName( nCurrentTab, aName ); in ExecuteTable() 108 if (pDoc->GetTable( aName, nHideTab )) in ExecuteTable() 113 ShowTable( aName ); in ExecuteTable() 130 String aName; in ExecuteTable() local 135 aName = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteTable() 138 if (!aName.Len()) in ExecuteTable() 140 pDoc->GetName( nCurrentTab, aName ); // aktuelle Tabelle in ExecuteTable() 141 rReq.AppendItem( SfxStringItem( FID_TABLE_HIDE, aName ) ); in ExecuteTable() 145 if (pDoc->GetTable( aName, nHideTab )) in ExecuteTable() [all …]
|
| /AOO41X/main/framework/source/fwe/xml/ |
| H A D | xmlnamespaces.cxx | 51 void XMLNamespaces::addNamespace( const ::rtl::OUString& aName, const ::rtl::OUString& aValue ) thr… in addNamespace() argument 54 ::rtl::OUString aNamespaceName( aName ); in addNamespace() 104 ::rtl::OUString XMLNamespaces::applyNSToAttributeName( const ::rtl::OUString& aName ) const throw( … in applyNSToAttributeName() 109 if (( index = aName.indexOf( ':' )) > 0 ) in applyNSToAttributeName() 111 if ( aName.getLength() > index+1 ) in applyNSToAttributeName() 113 ::rtl::OUString aAttributeName = getNamespaceValue( aName.copy( 0, index ) ); in applyNSToAttributeName() 115 aAttributeName += aName.copy( index+1 ); in applyNSToAttributeName() 126 return aName; in applyNSToAttributeName() 129 ::rtl::OUString XMLNamespaces::applyNSToElementName( const ::rtl::OUString& aName ) const throw( … in applyNSToElementName() 133 int index = aName.indexOf( ':' ); in applyNSToElementName() [all …]
|
| H A D | menudocumenthandler.cxx | 294 const ::rtl::OUString& aName, const Reference< XAttributeList > &xAttrList ) in startElement() 300 m_xReader->startElement( aName, xAttrList ); in startElement() 302 else if ( aName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( ELEMENT_MENUBAR ))) in startElement() 321 void SAL_CALL OReadMenuDocumentHandler::endElement( const ::rtl::OUString& aName ) in endElement() argument 327 m_xReader->endElement( aName ); in endElement() 333 if ( !aName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( ELEMENT_MENUBAR ))) in endElement() 419 ::rtl::OUString aName = xAttrList->getNameByIndex( i ); in startElement() 421 if ( aName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( ATTRIBUTE_ID ))) in startElement() 423 else if ( aName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( ATTRIBUTE_LABEL ))) in startElement() 425 else if ( aName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( ATTRIBUTE_HELPID ))) in startElement() [all …]
|
| /AOO41X/main/soldep/inc/soldep/ |
| H A D | prj.hxx | 91 void SetProjectName( ByteString aName ){aPrj = aName;} in SetProjectName() argument 93 void SetLogFile( ByteString aName ){aLogFileName = aName;} in SetLogFile() argument 95 void SetInpath( ByteString aName ){aInpath = aName;} in SetInpath() argument 97 void SetUpd( ByteString aName ){aUpd = aName;} in SetUpd() argument 99 void SetUpdMinor( ByteString aName ){aUpdMinor = aName;} in SetUpdMinor() argument 101 void SetProduct( ByteString aName ){aProduct = aName;} in SetProduct() argument 103 void SetCommand ( ByteString aName ){aCommand = aName;} in SetCommand() argument 105 void SetCommandPara ( ByteString aName ){aCommandPara = aName;} in SetCommandPara() argument 109 void SetPath( ByteString aName ){aPath = aName;} in SetPath() argument 111 void SetPrePath( ByteString aName ){aPrePath = aName;} in SetPrePath() argument [all …]
|
| /AOO41X/main/sfx2/source/appl/ |
| H A D | appuno.cxx | 264 String aName = rProp.Name; in TransformParameters() local 265 if ( nCount == 1 && aName.CompareToAscii( pSlot->pUnoName ) == COMPARE_EQUAL ) in TransformParameters() 286 aStr += ByteString( aName, RTL_TEXTENCODING_UTF8 ); in TransformParameters() 389 String aName = rProp.Name; in TransformParameters() local 390 if ( aName.CompareToAscii(rArg.pName) == COMPARE_EQUAL ) in TransformParameters() 417 String aName = rProp.Name; in TransformParameters() local 418 if ( aName.CompareToAscii(rArg.pName) == COMPARE_EQUAL ) in TransformParameters() 500 rtl::OUString aName = rProp.Name; in TransformParameters() local 501 if ( aName.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(sFrame)) ) in TransformParameters() 508 if ( aName.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(sHidden)) ) in TransformParameters() [all …]
|
| /AOO41X/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 79 aKey.append( aName ); in getHashKeyFromStrings() 137 rtl::OUString aName = rName.copy( 0, nIndex+1 ); in getFactorySpecifierFromTypeNameModule() local 138 … pIter = m_aFactoryManagerMap.find( getHashKeyFromStrings( rType, aName, rtl::OUString() )); in getFactorySpecifierFromTypeNameModule() 233 rtl::OUString aName; 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() 253 rtl::OUString aName; 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() [all …]
|
| /AOO41X/main/framework/source/layoutmanager/ |
| H A D | layoutmanager.cxx | 462 uno::Reference< ui::XUIElement > LayoutManager::implts_findElement( const rtl::OUString& aName ) in implts_findElement() argument 467 parseResourceURL( aName, aElementType, aElementName ); in implts_findElement() 470 …ElementName.equalsIgnoreAsciiCaseAscii( "statusbar" )) || ( m_aStatusBarElement.m_aName == aName )) in implts_findElement() 478 UIElement& LayoutManager::impl_findElement( const rtl::OUString& aName ) in impl_findElement() argument 485 parseResourceURL( aName, aElementType, aElementName ); in impl_findElement() 486 …ElementName.equalsIgnoreAsciiCaseAscii( "statusbar" )) || ( m_aStatusBarElement.m_aName == aName )) in impl_findElement() 494 sal_Bool LayoutManager::implts_readWindowStateData( const rtl::OUString& aName, UIElement& rElement… in implts_readWindowStateData() argument 518 …if ( xPersistentWindowState->hasByName( aName ) && (xPersistentWindowState->getByName( aName ) >>=… in implts_readWindowStateData() 635 void LayoutManager::implts_writeWindowStateData( const rtl::OUString& aName, const UIElement& rElem… in implts_writeWindowStateData() argument 696 if ( xPersistentWindowState->hasByName( aName )) in implts_writeWindowStateData() [all …]
|
| /AOO41X/main/basctl/source/basicide/ |
| H A D | bastype3.cxx | 216 String aName( GetEntryText( pLE ) ); in FindVariable() local 224 pVar = pBasMgr->GetLib( aName ); in FindVariable() 234 aName = aName.GetToken( 0, ' ', nIndex ); in FindVariable() 236 pVar = ((StarBASIC*)pVar)->FindModule( aName ); in FindVariable() 242 pVar = ((SbxObject*)pVar)->GetMethods()->Find( aName, SbxCLASS_METHOD ); in FindVariable() 280 String aName; in GetEntryDescriptor() local 285 …return BasicEntryDescriptor( aDocument, eLocation, aLibName, aLibSubName, aName, aMethodName, eTyp… in GetEntryDescriptor() 336 aName = GetEntryText( pLE ); in GetEntryDescriptor() 348 aName = GetEntryText( pLE ); in GetEntryDescriptor() 374 …return BasicEntryDescriptor( aDocument, eLocation, aLibName, aLibSubName, aName, aMethodName, eTyp… in GetEntryDescriptor() [all …]
|
| /AOO41X/main/sot/source/unoolestorage/ |
| H A D | xolesimplestorage.cxx | 126 …::InsertInputStreamToStorage_Impl( BaseStorage* pStorage, ::rtl::OUString aName, const uno::Refere… in InsertInputStreamToStorage_Impl() argument 129 if ( !pStorage || !aName.getLength() || !xInputStream.is() ) in InsertInputStreamToStorage_Impl() 132 if ( pStorage->IsContained( aName ) ) in InsertInputStreamToStorage_Impl() 135 BaseStorageStream* pNewStream = pStorage->OpenStream( aName ); in InsertInputStreamToStorage_Impl() 162 pStorage->Remove( aName ); in InsertInputStreamToStorage_Impl() 171 void OLESimpleStorage::InsertNameAccessToStorage_Impl( BaseStorage* pStorage, ::rtl::OUString aName… in InsertNameAccessToStorage_Impl() argument 174 if ( !pStorage || !aName.getLength() || !xNameAccess.is() ) in InsertNameAccessToStorage_Impl() 177 if ( pStorage->IsContained( aName ) ) in InsertNameAccessToStorage_Impl() 180 BaseStorage* pNewStorage = pStorage->OpenStorage( aName ); in InsertNameAccessToStorage_Impl() 206 pStorage->Remove( aName ); in InsertNameAccessToStorage_Impl() [all …]
|