Lines Matching refs:aPath

544 	Path aPath(this, pEntry);  in Select()  local
548 GetObjectShell(aPath)->TriggerHelpPI( in Select()
549 aPath[nLevel+1], aPath[nLevel+2], aPath[nLevel+3]); in Select()
1213 Path aPath(this, pEntry); in RequestingChilds() local
1217 SfxObjectShellRef aRef = GetObjectShell(aPath); in RequestingChilds()
1221 aPath[nDocLevel+1], aPath[nDocLevel+2]); in RequestingChilds()
1225 aRef->CanHaveChilds(aPath[nDocLevel+1], in RequestingChilds()
1226 aPath[nDocLevel+2]); in RequestingChilds()
1232 i, aPath[nDocLevel+1], aPath[nDocLevel+2]); in RequestingChilds()
1270 Path aPath(this, pEntry); in ExpandingHdl() local
1273 pMgr->DeleteObjectShell(aPath[0]); in ExpandingHdl()
1275 pMgr->DeleteObjectShell(aPath[0], aPath[1]); in ExpandingHdl()
1560 String aPath; in GetPath_Impl() local
1632 return aPath; in GetPath_Impl()
1893 Path aPath(pFocusBox, pEntry); in Dispatch_Impl() local
1897 SfxObjectShellRef aRef = pFocusBox->GetObjectShell(aPath); in Dispatch_Impl()
1899 aRef->Remove(aPath[1+pFocusBox->GetDocLevel()], in Dispatch_Impl()
1900 aPath[2+pFocusBox->GetDocLevel()], in Dispatch_Impl()
1901 aPath[3+pFocusBox->GetDocLevel()])) in Dispatch_Impl()
1962 Path aPath( pFocusBox, pEntry ); in Dispatch_Impl() local
1966 SfxObjectShellRef aRef = pFocusBox->GetObjectShell( aPath ); in Dispatch_Impl()
1976 if ( !aRef->Print( *pPrt, aPath[1+nDocLevel], in Dispatch_Impl()
1977 aPath[2+nDocLevel], aPath[3+nDocLevel], &aName ) ) in Dispatch_Impl()
2124 Path aPath( pFocusBox, pFocusBox->FirstSelected() ); in IMPL_LINK() local
2125 sal_uInt16 nIndex = aPath[ nDocLevel + 1 ]; in IMPL_LINK()
2330 String aPath = pFileDlg->GetPath(); in IMPL_LINK() local
2331 INetURLObject aObj( aPath ); in IMPL_LINK()
2342 aPath = aObj.GetMainURL( INetURLObject::DECODE_TO_IURI ); in IMPL_LINK()
2348 if ( aPath.Len() && !aMgr.CopyTo( m_nRegion, m_nIndex, aPath ) ) in IMPL_LINK()
2351 aText.SearchAndReplaceAscii( "$1", aPath ); in IMPL_LINK()
2379 String aPath = String( aPaths.getArray()[0] ); in IMPL_LINK() local
2380 if ( aPath.Len() && !aMgr.CopyFrom( pFocusBox, m_nRegion, m_nIndex, aPath ) ) in IMPL_LINK()
2383 aText.SearchAndReplaceAscii( "$1", aPath ); in IMPL_LINK()
2397 String aPath = aPathObj.GetMainURL( INetURLObject::NO_DECODE ); in IMPL_LINK() local
2398 if ( aPath.Len() && !aMgr.CopyFrom( pFocusBox, m_nRegion, m_nIndex, aPath ) ) in IMPL_LINK()
2401 aText.SearchAndReplaceAscii( "$1", aPath ); in IMPL_LINK()
2416 String aPath = pFileDlg->GetPath(); in IMPL_LINK() local
2417 aMgr.InsertFile( pFocusBox, aPath ); in IMPL_LINK()
2418 INetURLObject aObj( aPath ); in IMPL_LINK()