Searched refs:aListPath (Results 1 – 3 of 3) sorted by relevance
56 void OHierarchyHolder_Impl::RemoveStreamHierarchically( OStringList_Impl& aListPath ) in RemoveStreamHierarchically() argument60 m_xChild->RemoveStreamHierarchically( aListPath ); in RemoveStreamHierarchically()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()176 if ( !aListPath.size() ) in RemoveStreamHierarchically()179 ::rtl::OUString aNextName = *(aListPath.begin()); in RemoveStreamHierarchically()180 aListPath.erase( aListPath.begin() ); in RemoveStreamHierarchically()189 if ( !aListPath.size() ) in RemoveStreamHierarchically()[all …]
96 void RemoveStreamHierarchically( OStringList_Impl& aListPath );129 OStringList_Impl& aListPath,133 void RemoveStreamHierarchically( OStringList_Impl& aListPath );
6248 OStringList_Impl aListPath = OHierarchyHolder_Impl::GetListPathFromString( aStreamPath ); in openStreamElementByHierarchicalName() local6249 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() local6320 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() local6364 OSL_ENSURE( aListPath.size(), "The result list must not be empty!" ); in openEncryptedStreamByHierarchicalName()6367 if ( aListPath.size() == 1 ) in openEncryptedStreamByHierarchicalName()[all …]
Completed in 37 milliseconds