Home
last modified time | relevance | path

Searched refs:aBox (Results 51 – 75 of 134) sorted by relevance

123456

/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx954 SvxBoxItem aBox( pMergeBox->GetFrmFmt()->GetBox() ); in PrepareMerge() local
955 bool bOld = aBox.GetRight() || aBox.GetBottom(); in PrepareMerge()
957 aBox.SetLine( rBox.GetRight(), BOX_LINE_RIGHT ); in PrepareMerge()
958 aBox.SetLine( rBox.GetBottom(), BOX_LINE_BOTTOM ); in PrepareMerge()
959 if( bOld || aBox.GetLeft() || aBox.GetTop() || aBox.GetRight() || aBox.GetBottom() ) in PrepareMerge()
960 (*ppMergeBox)->GetFrmFmt()->SetFmtAttr( aBox ); in PrepareMerge()
/trunk/main/sfx2/source/view/
H A Dorgmgr.cxx805 ErrorBox aBox(pParent, in SaveAll() local
808 if(RET_CANCEL == aBox.Execute()) in SaveAll()
822 ErrorBox aBox(pParent, WinBits(WB_OK_CANCEL | WB_DEF_CANCEL), aText); in SaveAll() local
823 if(RET_CANCEL == aBox.Execute()) in SaveAll()
/trunk/main/svx/source/table/
H A Dcell.cxx1033 SvxBoxItem aBox( SDRATTR_TABLE_BORDER ); in setPropertyValue() local
1038 aBox.SetLine(bSet ? &aLine : 0, BOX_LINE_TOP); in setPropertyValue()
1042 aBox.SetLine(bSet ? &aLine : 0, BOX_LINE_BOTTOM); in setPropertyValue()
1046 aBox.SetLine(bSet ? &aLine : 0, BOX_LINE_LEFT); in setPropertyValue()
1050 aBox.SetLine(bSet ? &aLine : 0, BOX_LINE_RIGHT); in setPropertyValue()
1061 aBox.SetDistance(pBorder->Distance, false); in setPropertyValue()
1064 mpProperties->SetObjectItem(aBox); in setPropertyValue()
/trunk/main/sw/source/core/doc/
H A Dpoolfmt.cxx1000 SvxBoxItem aBox( RES_BOX ); in GetTxtCollFromPool() local
1005 aBox.SetLine( &aNew, BOX_LINE_BOTTOM ); in GetTxtCollFromPool()
1007 aSet.Put( aBox ); in GetTxtCollFromPool()
1307 SvxBoxItem aBox( RES_BOX ); in GetFmtFromPool() local
1308 aBox.SetLine( &aLine, BOX_LINE_TOP ); in GetFmtFromPool()
1309 aBox.SetLine( &aLine, BOX_LINE_BOTTOM ); in GetFmtFromPool()
1310 aBox.SetLine( &aLine, BOX_LINE_LEFT ); in GetFmtFromPool()
1311 aBox.SetLine( &aLine, BOX_LINE_RIGHT ); in GetFmtFromPool()
1312 aBox.SetDistance( 85 ); in GetFmtFromPool()
1313 aSet.Put( aBox ); in GetFmtFromPool()
/trunk/main/sfx2/source/dialog/
H A Drecfloat.cxx174 QueryBox aBox( GetWindow(), WB_YES_NO | WB_DEF_NO , String( SfxResId( STR_MACRO_LOSS ) ) ); in QueryClose() local
175 aBox.SetText( String( SfxResId(STR_CANCEL_RECORDING) ) ); in QueryClose()
176 bRet = ( aBox.Execute() == RET_YES ); in QueryClose()
H A Dpasswd.cxx87 ErrorBox aBox( this, SfxResId( MSG_ERROR_WRONG_CONFIRM ) ); in IMPL_LINK_INLINE_END() local
88 aBox.Execute(); in IMPL_LINK_INLINE_END()
/trunk/main/svtools/source/toolpanel/
H A Dtoolpaneldrawer.cxx215 Rectangle aBox( i_rTextBox ); in impl_paintFocusIndicator() local
216 aBox.Top() -= 1; in impl_paintFocusIndicator()
217 aBox.Bottom() += 1; in impl_paintFocusIndicator()
/trunk/main/sw/inc/
H A Dtblafmt.hxx95 SvxBoxItem aBox; member in SwBoxAutoFmt
144 const SvxBoxItem &GetBox() const { return aBox; } in GetBox()
176 void SetBox( const SvxBoxItem& rNew ) { aBox = rNew; } in SetBox()
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx1137 SvxBoxItem aBox( *(SvxBoxItem*)pItem ); in GetMergeSel() local
1138 aBox.SetLine( 0, BOX_LINE_RIGHT ); in GetMergeSel()
1139 pBox->GetFrmFmt()->SetFmtAttr( aBox ); in GetMergeSel()
1423 SvxBoxItem aBox( pFirstBox->GetFrmFmt()->GetBox() ); in GetMergeSel() local
1425 aBox.SetLine( rBox.GetRight(), BOX_LINE_RIGHT ); in GetMergeSel()
1426 aBox.SetLine( rBox.GetBottom(), BOX_LINE_BOTTOM ); in GetMergeSel()
1427 if( aBox.GetLeft() || aBox.GetTop() || in GetMergeSel()
1428 aBox.GetRight() || aBox.GetBottom() ) in GetMergeSel()
1429 (*ppMergeBox)->GetFrmFmt()->SetFmtAttr( aBox ); in GetMergeSel()
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx1725 SvxBoxItem aBox(sw::util::ItemGet<SvxBoxItem>(rFlySet, RES_BOX)); in MatchSdrItemsIntoFlySet() local
1745 eShapeType, nLineThick, aBox); in MatchSdrItemsIntoFlySet()
1754 if (0 != (pLine = aBox.GetLine(BOX_LINE_LEFT))) in MatchSdrItemsIntoFlySet()
1760 if (0 != (pLine = aBox.GetLine(BOX_LINE_TOP))) in MatchSdrItemsIntoFlySet()
1766 if (0 != (pLine = aBox.GetLine(BOX_LINE_RIGHT))) in MatchSdrItemsIntoFlySet()
1772 if (0 != (pLine = aBox.GetLine(BOX_LINE_BOTTOM))) in MatchSdrItemsIntoFlySet()
1780 aBox.SetDistance( (sal_uInt16)rInnerDist.Left(), BOX_LINE_LEFT ); in MatchSdrItemsIntoFlySet()
1782 aBox.SetDistance( (sal_uInt16)rInnerDist.Top(), BOX_LINE_TOP ); in MatchSdrItemsIntoFlySet()
1784 aBox.SetDistance( (sal_uInt16)rInnerDist.Right(), BOX_LINE_RIGHT ); in MatchSdrItemsIntoFlySet()
1786 aBox.SetDistance( (sal_uInt16)rInnerDist.Bottom(), BOX_LINE_BOTTOM ); in MatchSdrItemsIntoFlySet()
[all …]
/trunk/main/sc/inc/
H A Dautoform.hxx96 SvxBoxItem aBox; member in ScAutoFormatDataField
146 const SvxBoxItem& GetBox() const { return aBox; } in GetBox()
178 void SetBox( const SvxBoxItem& rBox ) { aBox = rBox; } in SetBox()
/trunk/main/sfx2/source/doc/
H A Ddocvor.cxx352 QueryBox aBox( pParent, WB_YES_NO | WB_DEF_NO, aEntryText ); in QueryDelete_Impl() local
353 return RET_NO != aBox.Execute(); in QueryDelete_Impl()
964 ErrorBox aBox( this, SfxResId( MSG_ERROR_EMPTY_NAME ) ); in EditedEntry() local
965 aBox.GrabFocus(); in EditedEntry()
966 aBox.Execute(); in EditedEntry()
971 ErrorBox aBox( this, SfxResId( MSG_ERROR_UNIQ_NAME ) ); in EditedEntry() local
972 aBox.GrabFocus(); in EditedEntry()
973 aBox.Execute(); in EditedEntry()
/trunk/main/cui/source/dialogs/
H A Dlinkdlg.cxx418 QueryBox aBox( this, WB_YES_NO | WB_DEF_YES, Closelinkmsg() ); in IMPL_LINK() local
420 if( RET_YES == aBox.Execute() ) in IMPL_LINK()
449 QueryBox aBox( this, WB_YES_NO | WB_DEF_YES, CloselinkmsgMulti() ); in IMPL_LINK() local
451 if( RET_YES == aBox.Execute() ) in IMPL_LINK()
/trunk/main/cui/source/options/
H A Doptdict.cxx462 QueryBox aBox( this, CUI_RES( RID_SFXQB_SET_LANGUAGE ) ); in IMPL_LINK() local
463 String sTxt( aBox.GetMessText() ); in IMPL_LINK()
465 aBox.SetMessText( sTxt ); in IMPL_LINK()
467 if ( aBox.Execute() == RET_YES ) in IMPL_LINK()
/trunk/main/sfx2/source/sidebar/
H A DToolBoxBackground.cxx103 Rectangle aBox (Point(0,0), GetSizePixel()); in Paint() local
111 aBox, in Paint()
/trunk/main/padmin/source/
H A Dpadialog.cxx162 ErrorBox aBox( GetParent(), WB_OK | WB_DEF_OK, String( PaResId( RID_ERR_NOWRITE ) ) ); in Init() local
163 aBox.Execute(); in Init()
641 ErrorBox aBox( this, WB_OK | WB_DEF_OK, aText ); in RemDevice() local
642 aBox.Execute(); in RemDevice()
/trunk/main/sdext/source/presenter/
H A DPresenterButton.cxx466 const awt::Rectangle aBox(0,0, rSize.Width, rSize.Height); in RenderButton() local
470 aBox, in RenderButton()
471 aBox, in RenderButton()
/trunk/main/cui/source/tabpages/
H A Dtplneend.cxx530 …WarningBox aBox( DLGWIN, WinBits( WB_OK ),String( ResId( RID_SVXSTR_WARN_NAME_DUPLICATE, rMgr ) ) … in IMPL_LINK() local
531 aBox.SetHelpId( HID_WARN_NAME_DUPLICATE ); in IMPL_LINK()
532 aBox.Execute(); in IMPL_LINK()
H A Dtphatch.cxx667 …WarningBox aBox( DLGWIN, WinBits( WB_OK ),String( ResId( RID_SVXSTR_WARN_NAME_DUPLICATE, rMgr ) ) … in IMPL_LINK() local
668 aBox.SetHelpId( HID_WARN_NAME_DUPLICATE ); in IMPL_LINK()
669 aBox.Execute(); in IMPL_LINK()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh.cxx676 WarningBox aBox( GetActiveDialogParent(), WinBits( WB_OK ), in Notify() local
678 aBox.SetDefaultCheckBoxText(); in Notify()
679 aBox.Execute(); in Notify()
680 sal_Bool bChecked = aBox.GetCheckBoxState(); in Notify()
809 … WarningBox aBox( GetActiveDialogParent(), WinBits( WB_RETRY_CANCEL | WB_DEF_RETRY ), aMessage ); in Notify() local
810 if ( aBox.Execute() == RET_RETRY ) in Notify()
884 WarningBox aBox( GetActiveDialogParent(), WinBits( WB_OK ), in Notify() local
886 aBox.Execute(); in Notify()
/trunk/main/svx/source/form/
H A Ddatabaselocationinput.cxx143 …QueryBox aBox( m_rLocationInput.GetSystemWindow(), WB_YES_NO, SVX_RES( RID_STR_ALREADYEXISTOVERWRI… in prepareCommit() local
144 if ( aBox.Execute() != RET_YES ) in prepareCommit()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx766 SvxBoxItem aBox ( static_cast < const :: SvxBoxItem & > ( rFromSet.Get ( RES_BOX ) ) ); in FillBaseProperties()
768 bRet &= ((SfxPoolItem&)aBox).PutValue(*pLeft, CONVERT_TWIPS|LEFT_BORDER ); in FillBaseProperties()
770 bRet &= ((SfxPoolItem&)aBox).PutValue(*pRight, CONVERT_TWIPS|RIGHT_BORDER ); in FillBaseProperties()
772 bRet &= ((SfxPoolItem&)aBox).PutValue(*pTop, CONVERT_TWIPS|TOP_BORDER); in FillBaseProperties()
774 bRet &= ((SfxPoolItem&)aBox).PutValue(*pBottom, CONVERT_TWIPS|BOTTOM_BORDER); in FillBaseProperties()
776 bRet &= ((SfxPoolItem&)aBox).PutValue(*pDistance, CONVERT_TWIPS|BORDER_DISTANCE); in FillBaseProperties()
778 bRet &= ((SfxPoolItem&)aBox).PutValue(*pLeftDistance, CONVERT_TWIPS|LEFT_BORDER_DISTANCE); in FillBaseProperties()
780 bRet &= ((SfxPoolItem&)aBox).PutValue(*pRightDistance, CONVERT_TWIPS|RIGHT_BORDER_DISTANCE); in FillBaseProperties()
782 bRet &= ((SfxPoolItem&)aBox).PutValue(*pTopDistance, CONVERT_TWIPS|TOP_BORDER_DISTANCE); in FillBaseProperties()
784 bRet &= ((SfxPoolItem&)aBox).PutValue(*pBottomDistance, CONVERT_TWIPS|BOTTOM_BORDER_DISTANCE); in FillBaseProperties()
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dviewprt.cxx230 QueryBox aBox( &GetEditWin(), SW_RES( MSG_PRINT_AS_MERGE )); in ExecutePrint() local
231 short nRet = aBox.Execute(); in ExecutePrint()
/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx1134 MessBox aBox( GetViewData()->GetDialogParent(), in MergeCells() local
1138 sal_uInt16 nRetVal = aBox.Execute(); in MergeCells()
1758 MessBox aBox( pParent, WinBits(WB_YES_NO | WB_DEF_YES), in SearchAndReplace() local
1761 nRetVal = aBox.Execute(); in SearchAndReplace()
1790 InfoBox aBox( pParent, ScGlobal::GetRscString( STR_MSSG_SEARCHANDREPLACE_0 ) ); in SearchAndReplace() local
1791 aBox.Execute(); in SearchAndReplace()
1915 MessBox aBox( GetViewData()->GetDialogParent(), in Solve() local
1918 sal_uInt16 nRetVal = aBox.Execute(); in Solve()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltertabdialog.cxx314 ErrorBox aBox(this, (WinBits)(WB_OK), aMessage ); in onOk() local
315 aBox.Execute(); in onOk()

Completed in 224 milliseconds

123456