Searched refs:aListPath (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/package/source/xstor/ |
| H A D | ohierarchyholder.cxx | 40 …mpl::GetStreamHierarchically( sal_Int32 nStorageMode, OStringList_Impl& aListPath, sal_Int32 nStre… in GetStreamHierarchically() argument 48 m_xChild->GetStreamHierarchically( nStorageMode, aListPath, nStreamMode, aEncryptionData ); in GetStreamHierarchically() 56 void OHierarchyHolder_Impl::RemoveStreamHierarchically( OStringList_Impl& aListPath ) in RemoveStreamHierarchically() argument 60 m_xChild->RemoveStreamHierarchically( aListPath ); in RemoveStreamHierarchically() 87 …mpl::GetStreamHierarchically( sal_Int32 nStorageMode, OStringList_Impl& aListPath, sal_Int32 nStre… in GetStreamHierarchically() argument 94 if ( !aListPath.size() ) in GetStreamHierarchically() 97 ::rtl::OUString aNextName = *(aListPath.begin()); in GetStreamHierarchically() 98 aListPath.erase( aListPath.begin() ); in GetStreamHierarchically() 107 if ( !aListPath.size() ) in GetStreamHierarchically() 154 …xResult = aElement->GetStreamHierarchically( nStorageMode, aListPath, nStreamMode, aEncryptionData… in GetStreamHierarchically() [all …]
|
| H A D | ohierarchyholder.hxx | 96 void RemoveStreamHierarchically( OStringList_Impl& aListPath ); 129 OStringList_Impl& aListPath, 133 void RemoveStreamHierarchically( OStringList_Impl& aListPath );
|
| H A D | xstorage.cxx | 6248 OStringList_Impl aListPath = OHierarchyHolder_Impl::GetListPathFromString( aStreamPath ); in openStreamElementByHierarchicalName() local 6249 OSL_ENSURE( aListPath.size(), "The result list must not be empty!" ); in openStreamElementByHierarchicalName() 6252 if ( aListPath.size() == 1 ) in openStreamElementByHierarchicalName() 6273 aListPath, in openStreamElementByHierarchicalName() 6319 OStringList_Impl aListPath = OHierarchyHolder_Impl::GetListPathFromString( aStreamPath ); in removeStreamElementByHierarchicalName() local 6320 OSL_ENSURE( aListPath.size(), "The result list must not be empty!" ); in removeStreamElementByHierarchicalName() 6326 m_pData->m_rHierarchyHolder->RemoveStreamHierarchically( aListPath ); in removeStreamElementByHierarchicalName() 6363 OStringList_Impl aListPath = OHierarchyHolder_Impl::GetListPathFromString( aStreamPath ); in openEncryptedStreamByHierarchicalName() local 6364 OSL_ENSURE( aListPath.size(), "The result list must not be empty!" ); in openEncryptedStreamByHierarchicalName() 6367 if ( aListPath.size() == 1 ) in openEncryptedStreamByHierarchicalName() [all …]
|