| /AOO41X/main/sw/source/core/table/ |
| H A D | swnewtable.cxx | 142 SwTableBox* pBox = rLine.GetTabBoxes()[nCurrBox]; in lcl_CheckMinMax() local 143 ASSERT( pBox, "Missing table box" ); in lcl_CheckMinMax() 144 nWidth = pBox->GetFrmFmt()->GetFrmSize().GetWidth(); in lcl_CheckMinMax() 176 SwTableBox* pBox = rLine.GetTabBoxes()[nCurrBox]; in lcl_Box2LeftBorder() local 177 ASSERT( pBox, "Missing table box" ); in lcl_Box2LeftBorder() 178 if( pBox == &rBox ) in lcl_Box2LeftBorder() 180 nLeft += pBox->GetFrmFmt()->GetFrmSize().GetWidth(); in lcl_Box2LeftBorder() 210 SwTableBox* pBox = pLine->GetTabBoxes()[nCurrBox]; in lcl_LeftBorder2Box() local 211 ASSERT( pBox, "Missing table box" ); in lcl_LeftBorder2Box() 212 if( nCurrLeft >= nLeft && pBox->GetFrmFmt()->GetFrmSize().GetWidth() ) in lcl_LeftBorder2Box() [all …]
|
| H A D | swtable.cxx | 211 SwTableBox* pBox, in _InsTblBox() argument 214 ASSERT( pBox->GetSttNd(), "Box ohne Start-Node" ); in _InsTblBox() 215 SwNodeIndex aIdx( *pBox->GetSttNd(), +1 ); in _InsTblBox() 223 if( pBox->GetSaveNumFmtColor() && pCNd->GetpSwAttrSet() ) in _InsTblBox() 226 if( pBox->GetSaveUserColor() ) in _InsTblBox() 227 aAttrSet.Put( SvxColorItem( *pBox->GetSaveUserColor(), RES_CHRATR_COLOR )); in _InsTblBox() 245 long nRowSpan = pBox->getRowSpan(); in _InsTblBox() 251 pBox = rTblBoxes[ i + nInsPos ]; in _InsTblBox() 252 pBox->setRowSpan( nRowSpan ); in _InsTblBox() 457 void lcl_SortedTabColInsert( SwTabCols &rToFill, const SwTableBox *pBox, in lcl_SortedTabColInsert() argument [all …]
|
| /AOO41X/main/sw/source/core/doc/ |
| H A D | tblrwcl.cxx | 322 _CpyPara( const _CpyPara& rPara, SwTableBox* pBox ) in _CpyPara() 324 rTabFrmArr(rPara.rTabFrmArr), pInsLine(rPara.pInsLine), pInsBox(pBox), in _CpyPara() 330 void SetBoxWidth( SwTableBox* pBox ); 339 SwTableBox* pBox = (SwTableBox*)rpFndBox->GetBox(); in lcl_CopyCol() local 340 _CpyTabFrm aFindFrm( (SwTableBoxFmt*)pBox->GetFrmFmt() ); in lcl_CopyCol() 349 SwTableBoxFmt* pNewFmt = (SwTableBoxFmt*)pBox->ClaimFrmFmt(); in lcl_CopyCol() 356 if( pBox->GetTabLines().Count() ) in lcl_CopyCol() 396 pBox->ChgFrmFmt( (SwTableBoxFmt*)aFindFrm.pNewFrmFmt ); in lcl_CopyCol() 405 aFindFrm.pNewFrmFmt = (SwTableBoxFmt*)pBox->GetFrmFmt(); in lcl_CopyCol() 410 pBox = new SwTableBox( aFindFrm.pNewFrmFmt, in lcl_CopyCol() [all …]
|
| H A D | gctable.cxx | 34 inline const SvxBorderLine* GetLineTB( const SvxBoxItem* pBox, sal_Bool bTop ) in GetLineTB() argument 36 return bTop ? pBox->GetTop() : pBox->GetBottom(); in GetLineTB() 58 const SwTableBox* pBox = rpLine->GetTabBoxes()[ 0 ]; in lcl_GCBorder_ChkBoxBrd_L() local 59 return lcl_GCBorder_ChkBoxBrd_B( pBox, pPara ); in lcl_GCBorder_ChkBoxBrd_L() 85 const SwTableBox* pBox = rBoxes[ rBoxes.Count()-1 ]; in lcl_GCBorder_GetLastBox_L() local 86 ::lcl_GCBorder_GetLastBox_B( pBox, pPara ); in lcl_GCBorder_GetLastBox_L() 136 SwTableBox* pBox = (SwTableBox*)&rCollTLB.GetBox( rStt ); in lcl_GCBorder_DelBorder() local 150 pShareFmts->SetAttr( *pBox, aBox ); in lcl_GCBorder_DelBorder() 152 pBox->ClaimFrmFmt()->SetFmtAttr( aBox ); in lcl_GCBorder_DelBorder() 158 pBox = (SwTableBox*)&rCollTLB.GetBox( rStt, &nNextPos ); in lcl_GCBorder_DelBorder() [all …]
|
| H A D | docsort.cxx | 65 const FlatFndBox* SwSortElement::pBox = 0; member in SwSortElement 82 ASSERT( !pDoc && !pOptions && !pBox, "wer hat das Finit vergessen?" ); in Init() 85 pBox = pFltBx; in Init() 112 pBox = 0; in Finit() 280 pFndBox = pBox->GetBox(nCol, nRow); // Zeilen sortieren in GetKey() 282 pFndBox = pBox->GetBox(nRow, nCol); // Spalten sortieren in GetKey() 309 pFndBox = pBox->GetBox(nCol, nRow); // Zeilen sortieren in GetValue() 311 pFndBox = pBox->GetBox(nRow, nCol); // Spalten sortieren in GetValue() 444 SwSortTxtElement* pBox = (SwSortTxtElement*)aSortArr[n]; in SortText() local 446 aRg.aStart = pBox->aPos.GetIndex(); in SortText() [all …]
|
| /AOO41X/main/sw/source/core/fields/ |
| H A D | cellfml.cxx | 94 SwTableBox* pBox = (SwTableBox*)this; in GetValue() local 95 if( rCalcPara.pBoxStk->Seek_Entry( pBox )) in GetValue() 101 rCalcPara.pBoxStk->Insert( pBox ); // eintragen in GetValue() 116 rCalcPara.pTbl = &pBox->GetSttNd()->FindTableNode()->GetTable(); in GetValue() 121 SwFrmFmt* pFmt = pBox->ClaimFrmFmt(); in GetValue() 135 else if( SFX_ITEM_SET == pBox->GetFrmFmt()->GetItemState( in GetValue() 246 rCalcPara.pBoxStk->Remove( pBox ); // raus aus dem Stack in GetValue() 284 SwTableBox* pBox = (SwTableBox*)pLastTblBox; in CalcWithStackOverflow() local 287 aStackOverFlows.C40_INSERT( SwTableBox, pBox, nCnt++ ); in CalcWithStackOverflow() 289 pBoxStk->Remove( pBox ); in CalcWithStackOverflow() [all …]
|
| /AOO41X/main/svx/source/tbxctrls/ |
| H A D | linectrl.cxx | 114 SvxLineBox* pBox = (SvxLineBox*)GetToolBox().GetItemWindow( GetId() ); in StateChanged() local 115 DBG_ASSERT( pBox, "Window not found!" ); in StateChanged() 119 pBox->Disable(); in StateChanged() 120 pBox->SetNoSelection(); in StateChanged() 124 pBox->Enable(); in StateChanged() 145 pBox->SetNoSelection(); in StateChanged() 158 SvxLineBox* pBox = (SvxLineBox*)GetToolBox().GetItemWindow( GetId() ); in Update() local 159 DBG_ASSERT( pBox, "Window not found!" ); in Update() 164 if( pBox->GetEntryCount() == 0 ) in Update() 165 pBox->FillControl(); in Update() [all …]
|
| H A D | tbcontrl.cxx | 553 sal_Bool GetDocFontList_Impl( const FontList** ppFontList, SvxFontNameBox_Impl* pBox ) in GetDocFontList_Impl() argument 564 ::std::auto_ptr<FontList> aFontList(new FontList( pBox )); in GetDocFontList_Impl() 566 pBox->SetOwnFontList(aFontList); in GetDocFontList_Impl() 590 pBox->GetListCount() != pNewFontList->GetFontNameCount() ); in GetDocFontList_Impl() 597 if ( pBox ) in GetDocFontList_Impl() 598 pBox->Enable(); in GetDocFontList_Impl() 600 else if ( pBox && ( pDocSh || ( !pDocSh && !ppFontList ))) in GetDocFontList_Impl() 609 pBox->Disable(); in GetDocFontList_Impl() 613 if ( pBox && bChanged ) in GetDocFontList_Impl() 616 pBox->Fill( *ppFontList ); in GetDocFontList_Impl() [all …]
|
| /AOO41X/main/sw/source/filter/writer/ |
| H A D | wrtswtbl.cxx | 50 if( pBox->GetSttNd() ) in SV_IMPL_PTRARR() 52 const SfxItemSet& rItemSet = pBox->GetFrmFmt()->GetAttrSet(); in SV_IMPL_PTRARR() 75 SwWriteTableCell *SwWriteTableRow::AddCell( const SwTableBox *pBox, in AddCell() argument 82 new SwWriteTableCell( pBox, nRow, nCol, nRowSpan, nColSpan, in AddCell() 99 sal_uInt32 SwWriteTable::GetBoxWidth( const SwTableBox *pBox ) in GetBoxWidth() argument 101 const SwFrmFmt *pFmt = pBox->GetFrmFmt(); in GetBoxWidth() 141 const SwTableBox* pBox = rBoxes[nBox]; in GetLineHeight() local 142 if( pBox->GetSttNd() ) in GetLineHeight() 150 const SwTableLines &rLines = pBox->GetTabLines(); in GetLineHeight() 163 long SwWriteTable::GetLineHeight( const SwTableBox *pBox ) const in GetLineHeight() [all …]
|
| /AOO41X/main/sw/source/core/frmedt/ |
| H A D | tblsel.cxx | 119 _CmpLPt( const Point& rPt, const SwTableBox* pBox, sal_Bool bVertical ); 270 SwTableBox* pBox = pLine->GetTabBoxes()[ --n ]; in GetTblSel() local 273 !pBox->GetFrmFmt()->GetProtect().IsCntntProtected() ) in GetTblSel() 274 rBoxes.Insert( pBox ); in GetTblSel() 374 SwTableBox* pBox = (SwTableBox*) in GetTblSel() local 378 !pBox->GetFrmFmt()->GetProtect().IsCntntProtected() ) in GetTblSel() 379 rBoxes.Insert( pBox ); in GetTblSel() 710 SwTableBoxPtr pBox = (SwTableBox*)rCF.pFrm->GetTabBox(); in ChkChartSel() local 711 pBoxes->Insert( pBox, pBoxes->Count() ); in ChkChartSel() 940 _CmpLPt::_CmpLPt( const Point& rPt, const SwTableBox* pBox, sal_Bool bVertical ) in _CmpLPt() argument [all …]
|
| H A D | fetab.cxx | 554 void SwFEShell::_GetTabCols( SwTabCols &rToFill, const SwFrm *pBox ) const in _GetTabCols() 556 const SwTabFrm *pTab = pBox->FindTabFrm(); in _GetTabCols() 598 if ( pColumnCacheLastCellFrm != pBox ) in _GetTabCols() 601 ((SwCellFrm*)pBox)->GetTabBox(), sal_True); in _GetTabCols() 602 pColumnCacheLastCellFrm = pBox; in _GetTabCols() 614 GetDoc()->GetTabCols( rToFill, 0, (SwCellFrm*)pBox ); in _GetTabCols() 619 pColumnCacheLastCellFrm= pBox; in _GetTabCols() 638 void SwFEShell::_GetTabRows( SwTabCols &rToFill, const SwFrm *pBox ) const in _GetTabRows() 640 const SwTabFrm *pTab = pBox->FindTabFrm(); in _GetTabRows() 658 pRowCacheLastCellFrm != pBox ) in _GetTabRows() [all …]
|
| /AOO41X/main/sw/source/ui/dialog/ |
| H A D | uiregionsw.cxx | 465 sal_Bool SwEditRegionDlg::CheckPasswd(CheckBox* pBox) in CheckPasswd() argument 498 if(!bRet && pBox) in CheckPasswd() 501 if(pBox->IsTriStateEnabled()) in CheckPasswd() 502 pBox->SetState(pBox->IsChecked() ? STATE_NOCHECK : STATE_DONTKNOW); in CheckPasswd() 504 pBox->Check(!pBox->IsChecked()); in CheckPasswd() 642 IMPL_LINK( SwEditRegionDlg, GetFirstEntryHdl, SvTreeListBox *, pBox ) in IMPL_LINK() argument 645 SvLBoxEntry* pEntry=pBox->FirstSelected(); in IMPL_LINK() 653 if( 1 < pBox->GetSelectionCount() ) in IMPL_LINK() 707 pEntry = pBox->NextSelected(pEntry); in IMPL_LINK() 746 pEntry = pBox->FirstSelected(); in IMPL_LINK() [all …]
|
| /AOO41X/main/sw/source/core/undo/ |
| H A D | untbl.cxx | 155 _SaveBox* pBox; member in _SaveLine 650 SwTableBox* pBox = new SwTableBox( pBoxFmt, *pSttNd, pLine ); in UndoTableToText() local 651 pLine->GetTabBoxes().C40_INSERT( SwTableBox, pBox, 0 ); in UndoTableToText() 774 SwTableBox* pBox = rTbl.GetTblBox( (*pDelBoxes)[ --n ] ); in UndoImpl() local 775 if( pBox ) in UndoImpl() 776 ::_DeleteBox( rTbl, pBox, 0, sal_False, sal_False ); in UndoImpl() 1083 SwTableBox *pBox = rBoxes[k]; in CreateNew() local 1085 pPCD->DeleteBox( &rTbl, *pBox ); in CreateNew() 1105 SwTableBox *pBox = rBoxes[k2]; in CreateNew() local 1108 pPCD->DeleteBox( &rTbl, *pBox ); in CreateNew() [all …]
|
| /AOO41X/main/svtools/source/brwbox/ |
| H A D | datwin.cxx | 340 BrowseBox *pBox = GetParent(); in CreateBrowseEvent() local 345 : rPosPixel.Y() / pBox->GetDataRowHeight(); in CreateBrowseEvent() 346 long nRow = nRelRow < 0 ? -1 : nRelRow + pBox->nTopRow; in CreateBrowseEvent() 353 nCol < pBox->pCols->Count() && nColX < GetSizePixel().Width(); in CreateBrowseEvent() 355 if ( pBox->pCols->GetObject(nCol)->IsFrozen() || nCol >= pBox->nFirstCol ) in CreateBrowseEvent() 357 nColX += pBox->pCols->GetObject(nCol)->Width(); in CreateBrowseEvent() 362 if ( nCol < pBox->pCols->Count() ) in CreateBrowseEvent() 363 nColId = pBox->pCols->GetObject(nCol)->GetId(); in CreateBrowseEvent() 367 if ( nCol < pBox->pCols->Count() ) in CreateBrowseEvent() 369 nColX -= pBox->pCols->GetObject(nCol)->Width(); in CreateBrowseEvent() [all …]
|
| H A D | ebbcontrols.cxx | 267 pBox = new TriStateBox(this,WB_CENTER|WB_VCENTER); in CheckBoxControl() 268 pBox->EnableChildTransparentMode(); in CheckBoxControl() 269 pBox->SetPaintTransparent( sal_True ); in CheckBoxControl() 270 pBox->SetClickHdl( LINK( this, CheckBoxControl, OnClick ) ); in CheckBoxControl() 271 pBox->Show(); in CheckBoxControl() 277 delete pBox; in ~CheckBoxControl() 283 m_aClickLink.Call(pBox); in IMPL_LINK() 284 return m_aModifyLink.Call(pBox); in IMPL_LINK() 291 pBox->SetPosSizePixel(Point(0,0),GetSizePixel()); in Resize() 298 pBox->SetSettings( GetSettings() ); in DataChanged() [all …]
|
| /AOO41X/main/sfx2/source/toolbox/ |
| H A D | imgmgr.cxx | 224 ToolBox *pBox = pInf->pToolBox; in SetSymbolsSize_Impl() local 225 … sal_Bool bHiContrast = pBox->GetSettings().GetStyleSettings().GetHighContrastMode(); in SetSymbolsSize_Impl() 226 sal_uInt16 nCount = pBox->GetItemCount(); in SetSymbolsSize_Impl() 229 sal_uInt16 nId = pBox->GetItemId( nPos ); in SetSymbolsSize_Impl() 230 if ( pBox->GetItemType(nPos) == TOOLBOXITEM_BUTTON ) in SetSymbolsSize_Impl() 232 pBox->SetItemImage( nId, GetImage( nId, bLarge, bHiContrast ) ); in SetSymbolsSize_Impl() 239 if ( !pBox->IsFloatingMode() ) in SetSymbolsSize_Impl() 241 Size aActSize( pBox->GetSizePixel() ); in SetSymbolsSize_Impl() 242 Size aSize( pBox->CalcWindowSizePixel() ); in SetSymbolsSize_Impl() 243 if ( pBox->IsHorizontal() ) in SetSymbolsSize_Impl() [all …]
|
| /AOO41X/main/sw/source/filter/rtf/ |
| H A D | rtftbl.cxx | 56 extern void _DeleteBox( SwTable& rTbl, SwTableBox* pBox, SwUndo* = 0, 606 SwTableBox* pBox = pNewLine->GetTabBoxes()[ 0 ]; in ReadTable() local 607 while( ( pLns = &pBox->GetTabLines() )->Count() ) in ReadTable() 608 pBox = (*pLns)[ 0 ]->GetTabBoxes()[ 0 ]; in ReadTable() 610 SwNodeIndex aTmpIdx( *pBox->GetSttNd() ); in ReadTable() 636 SwTableBox* pBox = pNewLine->GetTabBoxes()[ n ]; in ReadTable() local 637 *pBox->GetFrmFmt() = *aBoxFmts[ n ]; in ReadTable() 776 SwTableBox* pBox = pNewLine->GetTabBoxes()[0]; in ReadTable() local 777 pBoxFmt = (SwTableBoxFmt*)pBox->GetFrmFmt(); in ReadTable() 778 pBox->ForgetFrmFmt(); in ReadTable() [all …]
|
| /AOO41X/main/svx/source/sidebar/text/ |
| H A D | SvxSBFontNameBox.cxx | 40 bool GetDocFontList_Impl( const FontList** ppFontList, SvxSBFontNameBox* pBox ) in GetDocFontList_Impl() argument 63 if( !bChanged && pBox!=NULL ) in GetDocFontList_Impl() 64 bChanged = ( pBox->GetListCount() != pNewFontList->GetFontNameCount() ); in GetDocFontList_Impl() 71 if ( pBox ) in GetDocFontList_Impl() 72 pBox->Enable(); in GetDocFontList_Impl() 74 else if ( pBox ) in GetDocFontList_Impl() 75 pBox->Disable(); in GetDocFontList_Impl() 78 if ( pBox && bChanged ) in GetDocFontList_Impl() 81 pBox->Fill( *ppFontList ); in GetDocFontList_Impl() 83 pBox->Clear(); in GetDocFontList_Impl()
|
| /AOO41X/main/svtools/source/dialogs/ |
| H A D | prnsetup.cxx | 41 ListBox* pBox, PushButton* pPropBtn ) in ImplFillPrnDlgListBox() argument 43 ImplFreePrnDlgListBox( pBox ); in ImplFillPrnDlgListBox() 50 pBox->InsertEntry( rPrinters[i] ); in ImplFillPrnDlgListBox() 51 pBox->SelectEntry( pPrinter->GetName() ); in ImplFillPrnDlgListBox() 54 pBox->Enable( nCount != 0 ); in ImplFillPrnDlgListBox() 60 void ImplFreePrnDlgListBox( ListBox* pBox, sal_Bool bClear ) in ImplFreePrnDlgListBox() argument 63 pBox->Clear(); in ImplFreePrnDlgListBox() 68 Printer* ImplPrnDlgListBoxSelect( ListBox* pBox, PushButton* pPropBtn, in ImplPrnDlgListBoxSelect() argument 71 if ( pBox->GetSelectEntryPos() != LISTBOX_ENTRY_NOTFOUND ) in ImplPrnDlgListBoxSelect() 73 const QueueInfo* pInfo = Printer::GetQueueInfo( pBox->GetSelectEntry(), true ); in ImplPrnDlgListBoxSelect() [all …]
|
| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unotbl.cxx | 488 const SwTableBox* pBox = 0; in lcl_FindCornerTableBox() local 491 const SwTableLines& rLines(bFirst ? rTableLines : pBox->GetTabLines()); in lcl_FindCornerTableBox() 500 pBox = rBoxes[i_bTopLeft ? 0 : rBoxes.Count() - 1]; in lcl_FindCornerTableBox() 501 OSL_ASSERT(pBox); in lcl_FindCornerTableBox() 505 pBox = 0; in lcl_FindCornerTableBox() 507 } while (pBox && !pBox->GetSttNd()); in lcl_FindCornerTableBox() 508 return pBox; in lcl_FindCornerTableBox() 553 SwTableBox* pBox = (SwTableBox*)pTable->GetTblBox( sCellName ); in lcl_CreateXCell() local 554 if(pBox) in lcl_CreateXCell() 556 pXCell = SwXCell::CreateXCell(pFmt, pBox, pTable); in lcl_CreateXCell() [all …]
|
| /AOO41X/main/sw/source/core/docnode/ |
| H A D | ndtbl.cxx | 571 SwTableBox *pBox = new SwTableBox( pBoxF, aNdIdx, pLine); in InsertTable() local 572 rBoxes.C40_INSERT( SwTableBox, pBox, i ); in InsertTable() 814 SwTableBox* pBox = rBoxes[ i ]; in TextToTable() local 824 ::lcl_SetDfltBoxAttr( *pBox, aBoxFmtArr, nId, pTAFmt ); in TextToTable() 840 sal_uLong nSttNd = pBox->GetSttIdx()+1; in TextToTable() 841 sal_uLong nEndNd = pBox->GetSttNd()->EndOfSectionIndex(); in TextToTable() 863 ::lcl_SetDfltBoxAttr( *pBox, aBoxFmtArr, nId ); in TextToTable() 875 pBoxF->SetFmtAttr( pBox->GetFrmFmt()->GetFrmSize() ); in TextToTable() 876 pBox->ChgFrmFmt( pBoxF ); in TextToTable() 936 SwTableBox* pBox; in TextToTable() local [all …]
|
| /AOO41X/main/basctl/source/basicide/ |
| H A D | basicbox.cxx | 70 BasicLibBox* pBox = (BasicLibBox*) GetToolBox().GetItemWindow( GetId() ); in StateChanged() local 72 DBG_ASSERT( pBox, "Box not found" ); in StateChanged() 73 if ( !pBox ) in StateChanged() 77 pBox->Disable(); in StateChanged() 80 pBox->Enable(); in StateChanged() 83 pBox->Update( (const SfxStringItem*)pState ); in StateChanged() 85 pBox->Update( NULL ); in StateChanged() 373 BasicLanguageBox* pBox = (BasicLanguageBox*)( GetToolBox().GetItemWindow( GetId() ) ); in StateChanged() local 375 if ( pBox ) in StateChanged() 378 pBox->Disable(); in StateChanged() [all …]
|
| /AOO41X/main/sw/source/filter/xml/ |
| H A D | xmlimpit.cxx | 415 SvxBoxItem* pBox = PTR_CAST(SvxBoxItem, &rItem); in PutXMLValue() local 416 DBG_ASSERT( pBox != NULL, "Wrong WHich-ID" ); in PutXMLValue() 419 SvxBorderLine* pTop = pBox->GetTop() == NULL ? in PutXMLValue() 420 NULL : new SvxBorderLine( *pBox->GetTop() ); in PutXMLValue() 421 SvxBorderLine* pBottom = pBox->GetBottom() == NULL ? in PutXMLValue() 422 NULL : new SvxBorderLine( *pBox->GetBottom() ); in PutXMLValue() 423 SvxBorderLine* pLeft = pBox->GetLeft() == NULL ? in PutXMLValue() 424 NULL : new SvxBorderLine( *pBox->GetLeft() ); in PutXMLValue() 425 SvxBorderLine* pRight = pBox->GetRight() == NULL ? in PutXMLValue() 426 NULL : new SvxBorderLine( *pBox->GetRight() ); in PutXMLValue() [all …]
|
| /AOO41X/main/accessibility/source/standard/ |
| H A D | vclxaccessiblelist.cxx | 84 ComboBox* pBox = static_cast<ComboBox*>(GetWindow()); in VCLXAccessibleList() local 85 if ( pBox != NULL ) in VCLXAccessibleList() 86 m_pListBoxHelper = new VCLListBoxHelper<ComboBox> (*pBox); in VCLXAccessibleList() 92 ListBox* pBox = static_cast<ListBox*>(GetWindow()); in VCLXAccessibleList() local 93 if ( pBox != NULL ) in VCLXAccessibleList() 94 m_pListBoxHelper = new VCLListBoxHelper<ListBox> (*pBox); in VCLXAccessibleList() 203 ComboBox* pBox = static_cast<ComboBox*>(GetWindow()); in UpdateSelection_Acc() local 204 if ( pBox != NULL ) in UpdateSelection_Acc() 207 sal_uInt16 nIndex = pBox->GetEntryPos (XubString(sTextOfSelectedItem)); in UpdateSelection_Acc() 489 ListBox* pBox = static_cast<ListBox*>(GetWindow()); in FillAccessibleRelationSet() local [all …]
|
| /AOO41X/main/cui/source/dialogs/ |
| H A D | cuifmsearch.cxx | 454 IMPL_LINK(FmSearchDialog, OnPositionSelected, ListBox*, pBox) in IMPL_LINK() argument 456 (void) pBox; // avoid warning in IMPL_LINK() 457 …DBG_ASSERT(pBox->GetSelectEntryCount() == 1, "FmSearchDialog::OnMethodSelected : unerwartet : nich… in IMPL_LINK() 464 IMPL_LINK(FmSearchDialog, OnFieldSelected, ListBox*, pBox) in IMPL_LINK() argument 466 (void) pBox; // avoid warning in IMPL_LINK() 467 …DBG_ASSERT(pBox->GetSelectEntryCount() == 1, "FmSearchDialog::OnFieldSelected : unerwartet : nicht… in IMPL_LINK() 479 IMPL_LINK(FmSearchDialog, OnCheckBoxToggled, CheckBox*, pBox) in IMPL_LINK() argument 481 sal_Bool bChecked = pBox->IsChecked(); in IMPL_LINK() 484 if (pBox == &m_cbUseFormat) in IMPL_LINK() 486 else if (pBox == &m_cbCase) in IMPL_LINK() [all …]
|