Searched refs:aPaths (Results 1 – 7 of 7) sorted by relevance
65 Paths aPaths; member112 if ( aPathPos != aPaths.end( ) ) in getStateIndexInPath()146 aPath != m_pImpl->aPaths.end(); in checkInvariants()161 if ( !m_pImpl->aPaths.empty() ) in checkInvariants()268 if ( m_pImpl->aPaths.size() == 1 ) in declarePath()325 if ( aNewPathPos == m_pImpl->aPaths.end() ) in activatePath()343 if ( aActivePathPos != m_pImpl->aPaths.end() ) in activatePath()363 DBG_ASSERT( m_pImpl->aPaths.find( m_pImpl->nActivePath ) != m_pImpl->aPaths.end(), in implUpdateRoadmap()375 aPathPos != m_pImpl->aPaths.end(); in implUpdateRoadmap()473 if ( aActivePathPos != m_pImpl->aPaths.end() ) in determineNextState()[all …]
95 static uno::Sequence < rtl::OUString > aPaths = GetMultiPaths_Impl(); in LoadModule() local98 for (sal_Int32 n=0; n<aPaths.getLength(); n++) in LoadModule()100 rtl::OUString aMod = aPaths[n]; in LoadModule()101 if ( aPaths[n].indexOfAsciiL("vnd.sun.star.expand",19) == 0) in LoadModule()
217 …uno::Sequence< rtl::OUString > aPaths( GetMultiPaths_Impl( A2OU("Dictionary"), PATH_FLAG_WRITABLE … in GetDictionaryWriteablePath() local218 DBG_ASSERT( aPaths.getLength() == 1, "Dictionary_writable path corrupted?" ); in GetDictionaryWriteablePath()220 if (aPaths.getLength() > 0) in GetDictionaryWriteablePath()221 aRes = aPaths[0]; in GetDictionaryWriteablePath()
672 uno::Sequence< rtl::OUString > aPaths( GetDictionaryPaths() ); in _CreateDicList() local673 const rtl::OUString *pPaths = aPaths.getConstArray(); in _CreateDicList()674 for (sal_Int32 i = 0; i < aPaths.getLength(); ++i) in _CreateDicList()
1657 ::com::sun::star::uno::Sequence< ::rtl::OUString > aPaths; in GetPaths_Impl()1728 return aPaths; in GetPaths_Impl()2364 ::com::sun::star::uno::Sequence< ::rtl::OUString > aPaths; in IMPL_LINK()2368 aPaths = pFileDlg->GetMPath(); in IMPL_LINK()2369 sal_Int32 lastCount = aPaths.getLength() - 1; in IMPL_LINK()2370 INetURLObject aObj( aPaths.getArray()[ lastCount ] ); in IMPL_LINK()2376 sal_Int32 nCount = aPaths.getLength(); in IMPL_LINK()2379 String aPath = String( aPaths.getArray()[0] ); in IMPL_LINK()2389 INetURLObject aPathObj( aPaths[0] ); in IMPL_LINK()2394 aPathObj.Append( aPaths[i] ); in IMPL_LINK()[all …]
735 Sequence< ::rtl::OUString > aPaths = xFP->getFiles(); in SaveDialog() local736 aCurPath = aPaths[0]; in SaveDialog()1000 Sequence< ::rtl::OUString > aPaths = xFP->getFiles(); in implImportDialog() local1001 aCurPath = aPaths[0]; in implImportDialog()
482 Sequence< ::rtl::OUString > aPaths = xFP->getFiles(); in LoadBasic() local483 aCurPath = aPaths[0]; in LoadBasic()544 Sequence< ::rtl::OUString > aPaths = xFP->getFiles(); in SaveBasicSource() local545 aCurPath = aPaths[0]; in SaveBasicSource()
Completed in 61 milliseconds