/trunk/main/sw/source/core/table/ |
H A D | swnewtable.cxx | 215 return pBox; in lcl_LeftBorder2Box() 877 bool bDoMerge = pBox != pMergeBox && pBox->getRowSpan() > 0; in PrepareMerge() 1036 return *pBox; in FindStartOfRowSpan() 1059 SwTableBox* pBox = in FindEndOfRowSpan() local 1061 if ( !pBox ) in FindEndOfRowSpan() 1062 pBox = this; in FindEndOfRowSpan() 1064 return *pBox; in FindEndOfRowSpan() 1081 while( ++nLine < nCount && pBox && pBox->getRowSpan() != -1 ) in lcl_getAllMergedBoxes() 1084 if( pBox ) in lcl_getAllMergedBoxes() 1641 SwTableBox *pMasterBox = pBox->getRowSpan() > 0 ? pBox in lcl_SearchSelBox() [all …]
|
H A D | swtable.cxx | 277 SwTableBox* pBox, in _InsTblBox() argument 649 if ( pBox->GetSttNd() ) in lcl_ProcessLineGet() 931 if ( pBox != pBox->GetUpper()->GetTabBoxes()[0] ) in lcl_ProcessBoxSet() 934 if ( pBox != pBox->GetUpper()->GetTabBoxes() in lcl_ProcessBoxSet() 938 pBox = nDiff ? pBox->GetUpper()->GetUpper() : 0; in lcl_ProcessBoxSet() 1535 if( !pBox ) in GetTblBox() 1560 if( pBox && !pBox->GetSttNd() ) in GetTblBox() 1565 pBox = pBox->GetTabLines()[0]->GetTabBoxes()[0]; in GetTblBox() 1567 return pBox; in GetTblBox() 2017 } while( pBox ); in GetName() [all …]
|
/trunk/main/sw/source/core/doc/ |
H A D | tblrwcl.cxx | 1564 delete pBox; in lcl_Merge_MoveBox() 1901 pBox = pBox->GetUpper()->GetUpper(); in lcl_GetBoxOffset() 2387 pBox = pBox->GetTabLines()[0]->GetTabBoxes()[0]; in FindNextBox() 2388 return pBox; in FindNextBox() 2416 pBox = pBox->GetTabLines()[0]->GetTabBoxes()[0]; in FindNextBox() 2417 return pBox; in FindNextBox() 2436 pLine = pBox->GetTabLines()[pBox->GetTabLines().Count()-1]; in FindPreviousBox() 2439 return pBox; in FindPreviousBox() 2471 return pBox; in FindPreviousBox() 2522 while( pBox && 0 != ( pLine = pBox->GetUpper() ) ) in lcl_GetDistance() [all …]
|
H A D | gctable.cxx | 36 return bTop ? pBox->GetTop() : pBox->GetBottom(); in GetLineTB() 59 return lcl_GCBorder_ChkBoxBrd_B( pBox, pPara ); in lcl_GCBorder_ChkBoxBrd_L() 86 ::lcl_GCBorder_GetLastBox_B( pBox, pPara ); in lcl_GCBorder_GetLastBox_L() 150 pShareFmts->SetAttr( *pBox, aBox ); in lcl_GCBorder_DelBorder() 183 const SwTableBox* pBox = rBoxes[ n ]; in lcl_GC_Line_Border() local 184 if( pBox->GetSttNd() ) in lcl_GC_Line_Border() 185 aBoxes.Insert( pBox, 0 ); in lcl_GC_Line_Border() 190 SwTableBox* pBox; in lcl_GC_Line_Border() local 380 SwTableBox* pBox = pLn->GetTabBoxes()[0]; in lcl_MergeGCLine() local 381 if( !pBox->GetTabLines().Count() ) in lcl_MergeGCLine() [all …]
|
H A D | docsort.cxx | 65 const FlatFndBox* SwSortElement::pBox = 0; member in SwSortElement 85 pBox = pFltBx; in Init() 112 pBox = 0; in Finit() 446 aRg.aStart = pBox->aPos.GetIndex(); in SortText() 455 pUndoSort->Insert(pBox->nOrg, nBeg + n); in SortText() 879 _FndBox* pBox = rBoxes[i]; in CheckBoxSymmetry() local 880 const _FndLines& rLines = pBox->GetLines(); in CheckBoxSymmetry() 887 if( nLines && !CheckLineSymmetry( *pBox ) ) in CheckBoxSymmetry() 968 const _FndBox* pBox = rBoxes[ j ]; in FillFlat() local 970 if( !pBox->GetLines().Count() ) in FillFlat() [all …]
|
/trunk/main/sw/source/core/fields/ |
H A D | cellfml.cxx | 289 pBoxStk->Remove( pBox ); in CalcWithStackOverflow() 290 pBox->GetValue( *this ); in CalcWithStackOverflow() 490 SwTableBox* pBox; in PtrToBoxNms() local 522 const SwTableBox* pBox; in BoxNmsToPtr() local 775 pLine = pBox->GetUpper(); in lcl_RelToBox() 823 if( pBox ) in lcl_RelToBox() 825 if( !pBox->GetSttNd() ) in lcl_RelToBox() 828 pBox = pBox->GetTabLines()[0]->GetTabBoxes()[0]; in lcl_RelToBox() 836 return pBox; in lcl_RelToBox() 851 sTmp = pBox->GetName(); in lcl_BoxNmToRel() [all …]
|
/trunk/main/svx/source/tbxctrls/ |
H A D | linectrl.cxx | 119 pBox->Disable(); in StateChanged() 120 pBox->SetNoSelection(); in StateChanged() 124 pBox->Enable(); in StateChanged() 145 pBox->SetNoSelection(); in StateChanged() 192 pBox->SetNoSelection(); in Update() 209 pBox->Clear(); in Update() 324 pBox->Disable(); in StateChanged() 325 pBox->SetNoSelection(); in StateChanged() 329 pBox->Enable(); in StateChanged() 337 pBox->Update( NULL ); in StateChanged() [all …]
|
H A D | tbcontrl.cxx | 597 if ( pBox ) in GetDocFontList_Impl() 598 pBox->Enable(); in GetDocFontList_Impl() 618 pBox->Clear(); in GetDocFontList_Impl() 1958 pBox->Clear(); in FillStyleBox() 2041 if ( pBox ) in SelectStyle() 2164 pBox->Disable(); in StateChanged() 2166 pBox->Enable(); in StateChanged() 2207 return pBox; in CreateItemWindow() 2238 pBox->Disable(); in StateChanged() 2243 pBox->Enable(); in StateChanged() [all …]
|
/trunk/main/sw/source/filter/writer/ |
H A D | wrtswtbl.cxx | 50 if( pBox->GetSttNd() ) in SV_IMPL_PTRARR() 101 const SwFrmFmt *pFmt = pBox->GetFrmFmt(); in GetBoxWidth() 141 const SwTableBox* pBox = rBoxes[nBox]; in GetLineHeight() local 142 if( pBox->GetSttNd() ) in GetLineHeight() 205 pBox = pLine->GetUpper(); in GetLineBrush() 206 pLine = pBox ? pBox->GetUpper() : 0; in GetLineBrush() 414 return !pBox->GetSttNd() && nDepth > 0; in ShouldExpandSub() 539 pBox->GetTabLines(), in CollectTableRowsCols() 698 if( pBox->GetSttNd() ) in FillTableRowsCols() 753 pBox->GetTabLines(), in FillTableRowsCols() [all …]
|
/trunk/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 274 rBoxes.Insert( pBox ); in GetTblSel() 1084 pLastBox = pBox; in GetMergeSel() 1090 pBox = pBox->GetUpper()->GetTabBoxes()[ nInsPos ]; in GetMergeSel() 1101 pLastBox = pBox; in GetMergeSel() 1108 pBox, bVert ) ); in GetMergeSel() 1118 pBox->ClaimFrmFmt(); in GetMergeSel() 1143 pBox = pBox->GetUpper()->GetTabBoxes()[ nInsPos ]; in GetMergeSel() 1152 pLastBox = pBox; in GetMergeSel() 1158 pBox = pBox->GetUpper()->GetTabBoxes()[ nInsPos+1 ]; in GetMergeSel() 1191 pBox = pBox->GetUpper()->GetTabBoxes()[ nInsPos ]; in GetMergeSel() [all …]
|
H A D | fetab.cxx | 695 if( !pBox || !pBox->IsInTab() ) in SetTabCols() 702 pBox = pBox->GetUpper(); in SetTabCols() 741 if( !pBox || !pBox->IsInTab() ) in SetTabRows() 748 pBox = pBox->GetUpper(); in SetTabRows() 760 if ( pBox ) in GetMouseTabRows() 769 if( pBox ) in SetMouseTabRows() 1077 aBoxes.Insert( pBox ); in UnProtectCells() 1290 aBoxes.Insert( pBox ); in IsAdjustCellWidthAllowed() 1296 if ( pBox->GetSttNd() ) in IsAdjustCellWidthAllowed() 2179 if ( pBox ) in GetMouseTabCols() [all …]
|
/trunk/main/sw/source/ui/dialog/ |
H A D | uiregionsw.cxx | 498 if(!bRet && pBox) in CheckPasswd() 502 pBox->SetState(pBox->IsChecked() ? STATE_NOCHECK : STATE_DONTKNOW); in CheckPasswd() 504 pBox->Check(!pBox->IsChecked()); in CheckPasswd() 935 if(!CheckPasswd(pBox)) in IMPL_LINK() 964 if(!CheckPasswd(pBox)) in IMPL_LINK() 997 if(!CheckPasswd(pBox)) in IMPL_LINK() 1087 if(!CheckPasswd(pBox)) in IMPL_LINK() 1138 pBox->Check(sal_False); in IMPL_LINK() 1139 pBox->Enable(sal_False); in IMPL_LINK() 1945 if( pBox->IsChecked() ) in IMPL_LINK_INLINE_END() [all …]
|
/trunk/main/sw/source/core/undo/ |
H A D | untbl.cxx | 155 _SaveBox* pBox; member in _SaveLine 775 if( pBox ) in UndoImpl() 1190 _SaveBox* pBx = pBox; in _SaveLine() 1198 delete pBox; in ~_SaveLine() 1207 _SaveBox* pBx = pBox; in RestoreAttr() 1842 delete pBox; in UndoImpl() 1899 aSelBoxes.Insert( pBox ); in RedoImpl() 2059 aSelBoxes.Insert( pBox ); in UndoImpl() 2121 nIdx = pBox->GetSttIdx(); in UndoImpl() 2144 delete pBox; in UndoImpl() [all …]
|
/trunk/main/svtools/source/brwbox/ |
H A D | datwin.cxx | 340 BrowseBox *pBox = GetParent(); in CreateBrowseEvent() local 345 : rPosPixel.Y() / pBox->GetDataRowHeight(); in CreateBrowseEvent() 355 if ( pBox->pCols->GetObject(nCol)->IsFrozen() || nCol >= pBox->nFirstCol ) 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() 372 Size( pBox->pCols->GetObject(nCol)->Width(), in CreateBrowseEvent() 373 pBox->GetDataRowHeight() ) ); in CreateBrowseEvent() 415 BrowseBox *pBox = GetParent(); in Command() local 419 ( HandleScrollCommand( rEvt, &pBox->aHScroll, pBox->pVScroll ) ) ) in Command() [all …]
|
/trunk/main/sw/source/filter/rtf/ |
H A D | rtftbl.cxx | 606 SwTableBox* pBox = pNewLine->GetTabBoxes()[ 0 ]; in ReadTable() local 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() 883 SwTableBox* pBox = rBoxes[ rBoxes.Count()-1 ]; in GotoNextBox() local 941 SwTableBox* pBox = rBoxes[ rBoxes.Count()-1 ]; in NewTblLine() local [all …]
|
/trunk/main/sfx2/source/toolbox/ |
H A D | imgmgr.cxx | 224 ToolBox *pBox = pInf->pToolBox; in SetSymbolsSize_Impl() local 226 sal_uInt16 nCount = pBox->GetItemCount(); in SetSymbolsSize_Impl() 229 sal_uInt16 nId = pBox->GetItemId( nPos ); 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() 248 pBox->SetSizePixel( aSize ); in SetSymbolsSize_Impl() 359 pInf->pToolBox = pBox; in RegisterToolBox() 366 void SfxImageManager::ReleaseToolBox( ToolBox *pBox ) in ReleaseToolBox() argument [all …]
|
/trunk/main/sw/source/core/unocore/ |
H A D | unotbl.cxx | 505 pBox = 0; in lcl_FindCornerTableBox() 507 } while (pBox && !pBox->GetSttNd()); in lcl_FindCornerTableBox() 508 return pBox; in lcl_FindCornerTableBox() 554 if(pBox) in lcl_CreateXCell() 570 if(pBox->GetName().Len() && pBox->getRowSpan() > 0 ) in lcl_InspectLines() 756 pBox(pBx), in SwXCell() 766 pBox(0), in SwXCell() 885 return 0 != pBox; in IsValid() 1191 if(pTblFmt && pBox) in CreateXCell() 2186 if(pBox) in getCellByName() [all …]
|
/trunk/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() 127 void ImplPrnDlgUpdateQueueInfo( ListBox* pBox, QueueInfo& rInfo ) in ImplPrnDlgUpdateQueueInfo() argument [all …]
|
/trunk/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 936 SwTableBox* pBox; in TextToTable() local 1335 SwTableBox* pBox; in TextToTable() local 2573 const SwTableBox* pBox = 0; in GetTabCols() local 2874 const SwTableBox* pBox; in SetTabRows() local 3239 if( pBox ) in SplitTable() 3449 if( pBox->GetSttNd() ) in lcl_SplitTable_CpyBox() 3450 rPara.ChgBox( pBox ); in lcl_SplitTable_CpyBox() 3469 if( !pBox ) in SplitTable() 3485 while( !pBox->GetSttNd() ) in SplitTable() 3486 pBox = pBox->GetTabLines()[0]->GetTabBoxes()[0]; in SplitTable() [all …]
|
/trunk/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()
|
/trunk/main/vcl/source/window/ |
H A D | toolbox.cxx | 1183 Size aSize( pBox->mnDX, pBox->mnDY ); in ImplFindItemPos() 1269 while ( pBox ) in FindToolBox() 1286 return pBox; in FindToolBox() 1290 pBox = mpBoxList->Next(); in FindToolBox() 1293 return pBox; in FindToolBox() 1493 while ( pBox ) in StartCustomizeMode() 1507 while ( pBox ) in EndCustomizeMode() 2956 pBox->SetLineColor(); in ImplDrawMoreIndicator() 3013 pBox->SetLineColor(); in ImplDrawDropdownArrow() 3053 pBox->SetFillColor(); in ImplDrawDropdownArrow() [all …]
|
/trunk/main/sw/source/ui/utlui/ |
H A D | navipi.cxx | 176 int nEntryIdx = pBox->GetSelectEntryPos(); in IMPL_LINK() 380 pBox->CheckItem(FN_GLOBAL_SAVE_CONTENT, !bSave ); in IMPL_LINK() 406 aGlobalTree.TbxMenuHdl(nCurrItemId, pBox); in IMPL_LINK() 445 pMenu->Execute( pBox, in IMPL_LINK() 446 pBox->GetItemRect(FN_DROP_REGION), in IMPL_LINK() 449 pBox->EndSelection(); in IMPL_LINK() 451 pBox->Invalidate(); in IMPL_LINK() 465 pMenu->Execute( pBox, in IMPL_LINK() 466 pBox->GetItemRect(FN_OUTLINE_LEVEL), in IMPL_LINK() 470 pBox->EndSelection(); in IMPL_LINK() [all …]
|
/trunk/main/cui/source/dialogs/ |
H A D | cuifmsearch.cxx | 456 (void) pBox; // avoid warning in IMPL_LINK() 466 (void) pBox; // avoid warning in IMPL_LINK() 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() 489 else if (pBox == &m_cbBackwards) in IMPL_LINK() 495 else if ((pBox == &m_cbApprox) || (pBox == &m_cbRegular) || (pBox == &m_cbWildCard)) in IMPL_LINK() 501 if (pBoxes[i] != pBox) in IMPL_LINK() 517 if (pBox == &m_cbWildCard) in IMPL_LINK() 532 if (pBox == &m_cbApprox) in IMPL_LINK() [all …]
|
/trunk/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() 92 ListBox* pBox = static_cast<ListBox*>(GetWindow()); in VCLXAccessibleList() local 93 if ( pBox != NULL ) in VCLXAccessibleList() 204 if ( pBox != NULL ) in UpdateSelection_Acc() 489 ListBox* pBox = static_cast<ListBox*>(GetWindow()); in FillAccessibleRelationSet() local 495 aSequence[0] = pBox->GetAccessible(); in FillAccessibleRelationSet() 515 if ( pBox != NULL ) in UpdateSelection() 1038 if ( pBox ) in implGetBounds() 1040 Size aSize = pBox->GetSubEdit()->GetSizePixel(); in implGetBounds() [all …]
|
/trunk/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() 423 SvxBorderLine* pLeft = pBox->GetLeft() == NULL ? in PutXMLValue() 425 SvxBorderLine* pRight = pBox->GetRight() == NULL ? in PutXMLValue() 570 pBox->SetLine( pTop, BOX_LINE_TOP ); in PutXMLValue() 571 pBox->SetLine( pBottom, BOX_LINE_BOTTOM ); in PutXMLValue() 572 pBox->SetLine( pLeft, BOX_LINE_LEFT ); in PutXMLValue() [all …]
|