Lines Matching refs:pTheView

164 	pTheView=pTPView->GetTableControl();  in ScAcceptChgDlg()
177 pTheView->SetCalcView(); in ScAcceptChgDlg()
178pTheView->SetStyle(pTheView->GetStyle()|WB_HASLINES|WB_CLIPCHILDREN|WB_HASBUTTONS|WB_HASBUTTONSATR… in ScAcceptChgDlg()
179 pTheView->SetExpandingHdl( LINK(this, ScAcceptChgDlg, ExpandingHandle)); in ScAcceptChgDlg()
180 pTheView->SetSelectHdl( LINK(this, ScAcceptChgDlg, SelectHandle)); in ScAcceptChgDlg()
181 pTheView->SetDeselectHdl( LINK(this, ScAcceptChgDlg, SelectHandle)); in ScAcceptChgDlg()
182 pTheView->SetCommandHdl( LINK(this, ScAcceptChgDlg, CommandHdl)); in ScAcceptChgDlg()
183 pTheView->SetColCompareHdl( LINK(this, ScAcceptChgDlg,ColCompareHdl)); in ScAcceptChgDlg()
184 pTheView->SetSelectionMode(MULTIPLE_SELECTION); in ScAcceptChgDlg()
185 pTheView->SetHighlightRange(1); in ScAcceptChgDlg()
192 SvLBoxEntry* pEntry=pTheView->First(); in ScAcceptChgDlg()
195 pTheView->Select(pEntry); in ScAcceptChgDlg()
317 pTheView->SetUpdateMode(sal_False); in ClearView()
319 pTheView->Clear(); in ClearView()
320 pTheView->SetUpdateMode(sal_True); in ClearView()
390 if(pTheView->IsValidEntry(&aUser,&aDateTime,&aComment)) in IsValidAction()
514 if(pTheView->IsValidEntry(&aUser,&aDateTime)|| bIsGenerated) in InsertChangeAction()
516 if(pTheView->IsValidComment(&aComment)) in InsertChangeAction()
544 pEntry=pTheView->InsertEntry(aString,pNewData,Color(COL_LIGHTBLUE),pParent,nPos); in InsertChangeAction()
548 pEntry=pTheView->InsertEntry(aString,pNewData,Color(COL_GREEN),pParent,nPos); in InsertChangeAction()
551 while(pExpEntry!=NULL && !pTheView->IsExpanded(pExpEntry)) in InsertChangeAction()
553 SvLBoxEntry* pTmpEntry=pTheView->GetParent(pExpEntry); in InsertChangeAction()
555 if(pTmpEntry!=NULL) pTheView->Expand(pExpEntry); in InsertChangeAction()
562 pEntry=pTheView->InsertEntry(aString,pNewData,pParent,nPos); in InsertChangeAction()
586 if(pTheView->IsValidEntry(&aUser,&aDateTime)||bIsGenerated) in InsertFilteredAction()
688 if(pTheView->IsValidComment(&aComment)) in InsertFilteredAction()
691 pEntry=pTheView->InsertEntry(aString,pNewData,pParent,nPos); in InsertFilteredAction()
715 if(pTheView->IsValidEntry(&aUser,&aDateTime)||bIsGenerated) in InsertChangeActionContent()
817 if(pTheView->IsValidComment(&aComment) && bFlag) in InsertChangeActionContent()
820 pEntry=pTheView->InsertEntry(aString,pNewData,pParent); in InsertChangeActionContent()
823 pEntry=pTheView->InsertEntry(aString,pNewData,Color(COL_LIGHTBLUE),pParent); in InsertChangeActionContent()
850 pTheView->SetUpdateMode(sal_False); in UpdateView()
909 pTheView->RemoveEntry(pParent); in UpdateView()
926 pParent=pTheView->InsertEntry( in UpdateView()
933 pParent=pTheView->InsertEntry( in UpdateView()
938 pTheView->SetUpdateMode(sal_True); in UpdateView()
940 SvLBoxEntry* pEntry=pTheView->First(); in UpdateView()
943 pTheView->Select(pEntry); in UpdateView()
1054 SvLBoxEntry* pEntry=pTheView->FirstSelected(); in IMPL_LINK()
1069 pEntry = pTheView->NextSelected(pEntry); in IMPL_LINK()
1092 SvLBoxEntry* pEntry=pTheView->FirstSelected(); in IMPL_LINK()
1114 pEntry = pTheView->NextSelected(pEntry); in IMPL_LINK()
1252 SvLBoxEntry* pParent=pTheView->GetParent(pEntry); in GetDependents()
1355 String aString=pTheView->GetEntryText( pParent); in InsertAcceptedORejected()
1501 SvLBoxEntry* pEntry=pTheView->GetHdlEntry(); in IMPL_LINK()
1514 pTheView->RemoveEntry(pTheView->FirstChild(pEntry)); in IMPL_LINK()
1549 if(bTheTestFlag) pTheView->InsertEntry(aStrNoEntry,NULL,Color(COL_GRAY),pEntry); in IMPL_LINK()
1570 pTheView->SetUpdateMode(sal_False); in AppendChanges()
1625 pTheView->RemoveEntry(pParent); in AppendChanges()
1640 pTheView->SetUpdateMode(sal_True); in AppendChanges()
1648 pTheView->SetUpdateMode(sal_False); in RemoveEntrys()
1650 SvLBoxEntry* pEntry=pTheView->GetCurEntry(); in RemoveEntrys()
1665 pTheView->SetCurEntry(pTheView->GetModel()->GetEntry(0)); in RemoveEntrys()
1671 pEntry=pTheView->Last(); in RemoveEntrys()
1684 SvLBoxEntry* pPrevEntry = pTheView->Prev(pEntry); in RemoveEntrys()
1689 pTheView->RemoveEntry(pEntry); in RemoveEntrys()
1693 pTheView->SetUpdateMode(sal_True); in RemoveEntrys()
1699 pTheView->SetUpdateMode(sal_False); in UpdateEntrys()
1705 SvLBoxEntry* pEntry=pTheView->First(); in UpdateEntrys()
1706 SvLBoxEntry* pNextEntry = (pEntry ? pTheView->NextSibling(pEntry) : NULL); in UpdateEntrys()
1725 pTheView->RemoveEntry(pEntry); in UpdateEntrys()
1727 if(pLastEntry==NULL) pLastEntry=pTheView->First(); in UpdateEntrys()
1730 pNextEntry=pTheView->Next(pLastEntry); in UpdateEntrys()
1745 pNextEntry = pTheView->Next(pEntry); in UpdateEntrys()
1755 pTheView->SetUpdateMode(sal_True); in UpdateEntrys()
1818 SvLBoxEntry* pEntry = pTheView->FirstSelected(); in IMPL_LINK()
1834 sal_Bool bSetCursor = !pTheView->NextSelected( pEntry ); in IMPL_LINK()
1848 pEntry = pTheView->NextSelected( pEntry ); in IMPL_LINK()
1862 const CommandEvent aCEvt(pTheView->GetCommandEvent()); in IMPL_LINK()
1870 SvLBoxEntry* pEntry=pTheView->GetCurEntry(); in IMPL_LINK()
1873 pTheView->Select(pEntry); in IMPL_LINK()
1880 sal_uInt16 nSortedCol= pTheView->GetSortedCol(); in IMPL_LINK()
1904 if(pScChangeAction!=NULL && !pTheView->GetParent(pEntry)) in IMPL_LINK()
1930 sal_Bool bSortDir=pTheView->GetSortDirection(); in IMPL_LINK()
1933 pTheView->SortByCol(nDialogCol,bSortDir); in IMPL_LINK()
1987 pTheView->SetTab(i,(sal_uInt16)aStr.ToInt32(),MAP_PIXEL); in Initialize()
1999 sal_uInt16 nCount=pTheView->TabCount(); in FillInfo()
2005 rInfo.aExtraString += String::CreateFromInt32(pTheView->GetTab(i)); in FillInfo()
2016 pTheView->SetFilterDate(pTPFilter->IsDate()); in InitFilter()
2017 pTheView->SetDateTimeMode(pTPFilter->GetDateMode()); in InitFilter()
2018 pTheView->SetFirstDate(pTPFilter->GetFirstDate()); in InitFilter()
2019 pTheView->SetLastDate(pTPFilter->GetLastDate()); in InitFilter()
2020 pTheView->SetFirstTime(pTPFilter->GetFirstTime()); in InitFilter()
2021 pTheView->SetLastTime(pTPFilter->GetLastTime()); in InitFilter()
2022 pTheView->SetFilterAuthor(pTPFilter->IsAuthor()); in InitFilter()
2023 pTheView->SetAuthor(pTPFilter->GetSelectedAuthor()); in InitFilter()
2025 pTheView->SetFilterComment(pTPFilter->IsComment()); in InitFilter()
2030 pTheView->SetCommentParams(&aSearchParam); in InitFilter()
2032 pTheView->UpdateFilterTest(); in InitFilter()
2051 SCCOL nSortCol= static_cast<SCCOL>(pTheView->GetSortedCol()); in IMPL_LINK()
2112 SvLBoxItem* pLeftItem = pTheView->GetEntryAtPos( pLeft, static_cast<sal_uInt16>(nSortCol)); in IMPL_LINK()
2113 SvLBoxItem* pRightItem = pTheView->GetEntryAtPos( pRight, static_cast<sal_uInt16>(nSortCol)); in IMPL_LINK()