Lines Matching refs:SolDep

56 SolDep::SolDep( Window* pBaseWindow )  in SolDep()  function in SolDep
69 maToolBox.SetSelectHdl( LINK ( this, SolDep, ToolSelect )); in SolDep()
72 mpBaseWin->AddChildEventListener( LINK( this, SolDep, ChildWindowEventListener )); in SolDep()
80 SolDep::~SolDep() in ~SolDep()
83 mpBaseWin->RemoveChildEventListener( LINK( this, SolDep, ChildWindowEventListener ) ); in ~SolDep()
90 void SolDep::Init() in Init()
107 void SolDep::Init( ByteString &rVersion, GenericInformationList *pVersionList ) in Init()
126 IMPL_LINK( SolDep, ChildWindowEventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
138 void SolDep::ProcessChildWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessChildWindowEvent()
225 IMPL_LINK( SolDep, ToolSelect, SoldepToolBox* , pBox) in IMPL_LINK() argument
314 void SolDep::ToggleHideDependency() in ToggleHideDependency()
324 sal_Bool SolDep::GetVersion() in GetVersion()
336 void SolDep::InitContextMenueMainWnd() in InitContextMenueMainWnd()
349 void SolDep::InitContextMenuePrjViewWnd(DepWin* pBaseWin ) in InitContextMenuePrjViewWnd()
360 ObjectWin *SolDep::RemoveObject( sal_uInt16 nId, sal_Bool bDelete ) in RemoveObject()
390 sal_uIntPtr SolDep::AddObject( ByteString& rBodyText, sal_Bool bInteract ) in AddObject()
410 sal_uIntPtr SolDep::AddPrjObject( ByteString& rBodyText, sal_Bool bInteract ) in AddPrjObject()
430 sal_uInt16 SolDep::AddConnector( ObjectWin* pStartWin, ObjectWin* pEndWin ) in AddConnector()
451 sal_uInt16 SolDep::RemoveConnector( ObjectWin* pStartWin, ObjectWin* pEndWin ) in RemoveConnector()
476 void SolDep::RemoveAllObjects( ObjectList* pObjLst ) in RemoveAllObjects()
495 sal_uIntPtr SolDep::GetStart(SolIdMapper* pIdMapper, ObjectList* pObjList) in GetStart()
512 sal_uIntPtr SolDep::GetStartPrj(SolIdMapper* , ObjectList* ) in GetStartPrj()
528 sal_uInt16 SolDep::OpenSource() in OpenSource()
539 sal_uInt16 SolDep::ReadSource(sal_Bool bUpdater) in ReadSource()
623 SolarFileList* SolDep::GetPrjListFromDir() in GetPrjListFromDir()
664 sal_uInt16 SolDep::WriteSource() in WriteSource()
695 sal_uInt16 SolDep::Load( const ByteString& rFileName ) in Load()
741 sal_Bool SolDep::ViewContent( ByteString& rObjectName ) in ViewContent()
757 sal_Bool SolDep::InitPrj( ByteString& rListName ) in InitPrj()
887 sal_uInt16 SolDep::CloseWindow() in CloseWindow()
896 void SolDep::ShowHelp() in ShowHelp()
922 sal_Bool SolDep::FindProject() in FindProject()
959 sal_Bool SolDep::MarkObjects( ObjectWin* pObjectWin ) in MarkObjects()
980 void SolDep::Resize() in Resize()
1089 sal_uInt16 SolDep::AddConnectorPrjView( ObjectWin* pStartWin, ObjectWin* pEndWin ) in AddConnectorPrjView()
1111 sal_uInt16 SolDep::RemoveConnectorPrjView( ObjectWin* pStartWin, ObjectWin* pEndWin ) in RemoveConnectorPrjView()
1131 sal_uInt16 SolDep::AutoArrange( SolIdMapper* pIdMapper, ObjectList* pObjLst, sal_uIntPtr nTopId, sa… in AutoArrange()
1139 Point SolDep::CalcPos( sal_uInt16 nSet, sal_uInt16 nIndex ) in CalcPos()
1149 sal_uIntPtr SolDep::CalcXOffset( sal_uIntPtr nObjectsToFit ) in CalcXOffset()
1169 double SolDep::CalcDistSum( ObjWinList* pObjList, DistType eDistType ) in CalcDistSum()
1229 sal_uInt16 SolDep::Impl_Traveller( ObjectWin* pWin, sal_uInt16 nDepth ) in Impl_Traveller()
1267 double SolDep::Impl_PermuteMin( ObjWinList& rObjList, Point* pPosArray, ObjWinList& rResultList, do… in Impl_PermuteMin()
1373 sal_uInt16 SolDep::OptimizePos(SolIdMapper* pIdMapper, ObjectList* pObjLst, sal_uIntPtr nTopId, sal… in OptimizePos()
1780 void SolDep::WriteToErrorFile() in WriteToErrorFile()