| /AOO42X/main/vcl/source/control/ |
| H A D | fixed.cxx | 57 static Point ImplCalcPos( WinBits nStyle, const Point& rPos, in ImplCalcPos() argument 63 if ( nStyle & WB_LEFT ) in ImplCalcPos() 65 else if ( nStyle & WB_RIGHT ) in ImplCalcPos() 70 if ( nStyle & WB_TOP ) in ImplCalcPos() 72 else if ( nStyle & WB_BOTTOM ) in ImplCalcPos() 77 if ( nStyle & WB_TOPLEFTVISIBLE ) in ImplCalcPos() 91 void FixedText::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit() argument 93 nStyle = ImplInitStyle( nStyle ); in ImplInit() 94 Control::ImplInit( pParent, nStyle, NULL ); in ImplInit() 100 WinBits FixedText::ImplInitStyle( WinBits nStyle ) in ImplInitStyle() argument [all …]
|
| H A D | button.cxx | 115 Button::Button( Window* pParent, WinBits nStyle ) : in Button() argument 119 ImplInit( pParent, nStyle, NULL ); in Button() 129 WinBits nStyle = ImplInitRes( rResId ); in Button() local 130 ImplInit( pParent, nStyle, NULL ); in Button() 133 if ( !(nStyle & WB_HIDE) ) in Button() 633 sal_uInt16 nStyle = 0; in ImplDrawAlignedImage() local 637 nStyle |= IMAGE_DRAW_DISABLE; in ImplDrawAlignedImage() 648 pDev->DrawImage( aImagePos, aImageSize, *pImage, nStyle ); in ImplDrawAlignedImage() 650 pDev->DrawImage( aImagePos, *pImage, nStyle ); in ImplDrawAlignedImage() 782 void PushButton::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit() argument [all …]
|
| H A D | fixbrd.cxx | 37 void FixedBorder::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit() argument 42 nStyle = ImplInitStyle( nStyle ); in ImplInit() 43 Control::ImplInit( pParent, nStyle, NULL ); in ImplInit() 49 WinBits FixedBorder::ImplInitStyle( WinBits nStyle ) in ImplInitStyle() argument 51 if ( !(nStyle & WB_NOGROUP) ) in ImplInitStyle() 52 nStyle |= WB_GROUP; in ImplInitStyle() 53 return nStyle; in ImplInitStyle() 87 FixedBorder::FixedBorder( Window* pParent, WinBits nStyle ) : in FixedBorder() argument 90 ImplInit( pParent, nStyle ); in FixedBorder() 99 WinBits nStyle = ImplInitRes( rResId ); in FixedBorder() local [all …]
|
| H A D | scrbar.cxx | 99 void ScrollBar::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit() argument 126 ImplInitStyle( nStyle ); in ImplInit() 127 Control::ImplInit( pParent, nStyle, NULL ); in ImplInit() 136 void ScrollBar::ImplInitStyle( WinBits nStyle ) in ImplInitStyle() argument 138 if ( nStyle & WB_DRAG ) in ImplInitStyle() 146 ScrollBar::ScrollBar( Window* pParent, WinBits nStyle ) : in ScrollBar() argument 149 ImplInit( pParent, nStyle ); in ScrollBar() 158 WinBits nStyle = ImplInitRes( rResId ); in ScrollBar() local 159 ImplInit( pParent, nStyle ); in ScrollBar() 162 if ( !(nStyle & WB_HIDE) ) in ScrollBar() [all …]
|
| H A D | group.cxx | 43 void GroupBox::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit() argument 45 nStyle = ImplInitStyle( nStyle ); in ImplInit() 46 Control::ImplInit( pParent, nStyle, NULL ); in ImplInit() 53 WinBits GroupBox::ImplInitStyle( WinBits nStyle ) in ImplInitStyle() argument 55 if ( !(nStyle & WB_NOGROUP) ) in ImplInitStyle() 56 nStyle |= WB_GROUP; in ImplInitStyle() 57 return nStyle; in ImplInitStyle() 108 GroupBox::GroupBox( Window* pParent, WinBits nStyle ) : in GroupBox() argument 111 ImplInit( pParent, nStyle ); in GroupBox() 120 WinBits nStyle = ImplInitRes( rResId ); in GroupBox() local [all …]
|
| H A D | lstbox.cxx | 56 ListBox::ListBox( Window* pParent, WinBits nStyle ) : Control( WINDOW_LISTBOX ) in ListBox() argument 59 ImplInit( pParent, nStyle ); in ListBox() 69 WinBits nStyle = ImplInitRes( rResId ); in ListBox() local 70 ImplInit( pParent, nStyle ); in ListBox() 73 if ( !(nStyle & WB_HIDE ) ) in ListBox() 111 void ListBox::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit() argument 113 nStyle = ImplInitStyle( nStyle ); in ImplInit() 114 if ( !(nStyle & WB_NOBORDER) && ( nStyle & WB_DROPDOWN ) ) in ImplInit() 115 nStyle |= WB_BORDER; in ImplInit() 117 Control::ImplInit( pParent, nStyle, NULL ); in ImplInit() [all …]
|
| H A D | morebtn.cxx | 44 void MoreButton::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit() argument 53 PushButton::ImplInit( pParent, nStyle ); in ImplInit() 65 if ( ! ( nStyle & ( WB_RIGHT | WB_LEFT ) ) ) in ImplInit() 67 nStyle |= WB_CENTER; in ImplInit() 68 SetStyle( nStyle ); in ImplInit() 89 MoreButton::MoreButton( Window* pParent, WinBits nStyle ) : in MoreButton() argument 92 ImplInit( pParent, nStyle ); in MoreButton() 101 WinBits nStyle = ImplInitRes( rResId ); in MoreButton() local 102 ImplInit( pParent, nStyle ); in MoreButton() 105 if ( !(nStyle & WB_HIDE) ) in MoreButton()
|
| /AOO42X/main/vcl/source/window/ |
| H A D | decoview.cxx | 570 const Color& rColor, sal_uInt16 nStyle ) in DrawSymbol() argument 583 nStyle |= BUTTON_DRAW_MONO; in DrawSymbol() 585 if ( nStyle & SYMBOL_DRAW_MONO ) in DrawSymbol() 587 if ( nStyle & SYMBOL_DRAW_DISABLE ) in DrawSymbol() 594 if ( nStyle & SYMBOL_DRAW_DISABLE ) in DrawSymbol() 635 sal_uInt16 nStyle ) in DrawHighlightFrame() argument 647 else if ( nStyle & FRAME_HIGHLIGHT_TESTBACKGROUND ) in DrawHighlightFrame() 672 if ( (nStyle & FRAME_HIGHLIGHT_STYLE) == FRAME_HIGHLIGHT_IN ) in DrawHighlightFrame() 734 const StyleSettings& rStyleSettings, sal_uInt16 nStyle ) in ImplDrawFrame() argument 737 sal_Bool bMenuStyle = (nStyle & FRAME_DRAW_MENU) ? sal_True : sal_False; in ImplDrawFrame() [all …]
|
| H A D | msgbox.cxx | 83 WinBits nStyle = GetStyle(); in ImplInitButtons() local 90 if ( nStyle & WB_OK_CANCEL ) in ImplInitButtons() 92 if ( nStyle & WB_DEF_CANCEL ) in ImplInitButtons() 100 else if ( nStyle & WB_YES_NO ) in ImplInitButtons() 102 if ( nStyle & WB_DEF_YES ) in ImplInitButtons() 111 else if ( nStyle & WB_YES_NO_CANCEL ) in ImplInitButtons() 113 if ( nStyle & WB_DEF_YES ) in ImplInitButtons() 115 else if ( nStyle & WB_DEF_NO ) in ImplInitButtons() 124 else if ( nStyle & WB_RETRY_CANCEL ) in ImplInitButtons() 126 if ( nStyle & WB_DEF_CANCEL ) in ImplInitButtons() [all …]
|
| H A D | dialog.cxx | 263 void Dialog::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit() argument 267 if ( !(nStyle & WB_NODIALOGCONTROL) ) in ImplInit() 268 nStyle |= WB_DIALOGCONTROL; in ImplInit() 269 nStyle |= WB_ROLLABLE; in ImplInit() 272 nStyle |= WB_SYSTEMWINDOW; in ImplInit() 279 if ( !pParent && !(nStyle & WB_SYSTEMWINDOW) ) in ImplInit() 325 if ( !pParent || (nStyle & WB_SYSTEMWINDOW) || in ImplInit() 330 …if ( (nStyle & (WB_BORDER | WB_NOBORDER | WB_MOVEABLE | WB_SIZEABLE | WB_CLOSEABLE)) == WB_BORDER ) in ImplInit() 332 … ImplBorderWindow* pBorderWin = new ImplBorderWindow( pParent, nStyle, BORDERWINDOW_STYLE_FRAME ); in ImplInit() 333 SystemWindow::ImplInit( pBorderWin, nStyle & ~WB_BORDER, NULL ); in ImplInit() [all …]
|
| H A D | floatwin.cxx | 70 void FloatingWindow::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit() argument 86 if ( !nStyle ) in ImplInit() 89 nStyle |= WB_DIALOGCONTROL; in ImplInit() 90 SystemWindow::ImplInit( pParent, nStyle, NULL ); in ImplInit() 94 if ( !(nStyle & WB_NODIALOGCONTROL) ) in ImplInit() 95 nStyle |= WB_DIALOGCONTROL; in ImplInit() 97 if( nStyle & (WB_MOVEABLE | WB_SIZEABLE | WB_ROLLABLE | WB_CLOSEABLE | WB_STANDALONE) in ImplInit() 98 && !(nStyle & WB_OWNERDRAWDECORATION) ) in ImplInit() 100 WinBits nFloatWinStyle = nStyle; in ImplInit() 112 if( nStyle & WB_OWNERDRAWDECORATION ) nBorderStyle |= BORDERWINDOW_STYLE_FRAME; in ImplInit() [all …]
|
| H A D | wrkwin.cxx | 61 void WorkWindow::ImplInit( Window* pParent, WinBits nStyle, SystemParentData* pSystemParentData ) in ImplInit() argument 64 if ( nStyle & WB_APP ) in ImplInit() 67 …ImplBorderWindow* pBorderWin = new ImplBorderWindow( pParent, pSystemParentData, nStyle, nFrameSty… in ImplInit() 68 …Window::ImplInit( pBorderWin, nStyle & (WB_3DLOOK | WB_CLIPCHILDREN | WB_DIALOGCONTROL | WB_SYSTEM… in ImplInit() 74 if ( nStyle & WB_APP ) in ImplInit() 86 void WorkWindow::ImplInit( Window* pParent, WinBits nStyle, const ::com::sun::star::uno::Any& aSyst… in ImplInit() argument 98 ImplInit( pParent, nStyle, NULL ); in ImplInit() 111 WorkWindow::WorkWindow( Window* pParent, WinBits nStyle ) : in WorkWindow() argument 115 ImplInit( pParent, nStyle, NULL ); in WorkWindow() 125 WinBits nStyle = ImplInitRes( rResId ); in WorkWindow() local [all …]
|
| /AOO42X/main/sc/source/filter/qpro/ |
| H A D | qpro.cxx | 50 sal_uInt16 nStyle; in readSheet() local 63 *mpStream >> nCol >> nDummy >> nRow >> nStyle >> nDummy; in readSheet() 68 nStyle = nStyle >> 3; in readSheet() 69 pStyle->SetFormat( pDoc, nCol, nRow, nTab, nStyle ); in readSheet() 82 *mpStream >> nCol >> nDummy >> nRow >> nStyle; in readSheet() 83 nStyle = nStyle >> 3; in readSheet() 84 pStyle->SetFormat( pDoc, nCol, nRow, nTab, nStyle ); in readSheet() 89 *mpStream >> nCol >> nDummy >> nRow >> nStyle >> nValue; in readSheet() 91 nStyle = nStyle >> 3; in readSheet() 92 pStyle->SetFormat( pDoc, nCol, nRow, nTab, nStyle ); in readSheet() [all …]
|
| /AOO42X/main/sd/source/ui/app/ |
| H A D | sdpopup.cxx | 70 sal_uInt16 nStyle = MIB_RADIOCHECK | MIB_AUTOCHECK; in Fill() local 71 InsertItem( nID++, String( SdResId( STR_FIX ) ), nStyle ); in Fill() 72 InsertItem( nID++, String( SdResId( STR_VAR ) ), nStyle ); in Fill() 87 InsertItem( nID++, String( SdResId( STR_STANDARD_SMALL ) ), nStyle ); in Fill() 88 InsertItem( nID++, String( SdResId( STR_STANDARD_BIG ) ), nStyle ); in Fill() 92 InsertItem( nID++, aDateField.GetFormatted( *pNumberFormatter, eLanguage ), nStyle ); in Fill() 94 InsertItem( nID++, aDateField.GetFormatted( *pNumberFormatter, eLanguage ), nStyle ); in Fill() 96 InsertItem( nID++, aDateField.GetFormatted( *pNumberFormatter, eLanguage ), nStyle ); in Fill() 99 InsertItem( nID++, aDateField.GetFormatted( *pNumberFormatter, eLanguage ), nStyle ); in Fill() 101 InsertItem( nID++, aDateField.GetFormatted( *pNumberFormatter, eLanguage ), nStyle ); in Fill() [all …]
|
| /AOO42X/main/svtools/source/control/ |
| H A D | ruler.cxx | 730 if ( mpData->pBorders[i].nStyle & RULER_STYLE_INVISIBLE ) in ImplDrawBorders() 765 if ( mpData->pBorders[i].nStyle & RULER_BORDER_VARIABLE ) in ImplDrawBorders() 796 if ( mpData->pBorders[i].nStyle & RULER_BORDER_SIZEABLE ) in ImplDrawBorders() 825 if ( mpData->pBorders[i].nStyle & RULER_BORDER_SNAP ) in ImplDrawBorders() 827 else if ( mpData->pBorders[i].nStyle & RULER_BORDER_MARGIN ) in ImplDrawBorders() 844 void Ruler::ImplDrawIndent( const Polygon& rPoly, sal_uInt16 nStyle ) in ImplDrawIndent() argument 849 sal_uInt16 nIndentStyle = nStyle & RULER_INDENT_STYLE; in ImplDrawIndent() 851 if ( nStyle & RULER_STYLE_INVISIBLE ) in ImplDrawIndent() 854 if ( nStyle & RULER_STYLE_DONTKNOW ) in ImplDrawIndent() 867 if ( !(rStyleSettings.GetOptions() & STYLE_OPTION_MONO) && !(nStyle & RULER_STYLE_DONTKNOW) ) in ImplDrawIndent() [all …]
|
| H A D | filectrl.cxx | 35 FileControl::FileControl( Window* pParent, WinBits nStyle, FileControlMode nFlags ) : in FileControl() argument 36 Window( pParent, nStyle|WB_DIALOGCONTROL ), in FileControl() 37 maEdit( this, (nStyle&(~WB_BORDER))|WB_NOTABSTOP ), in FileControl() 38 maButton( this, (nStyle&(~WB_BORDER))|WB_NOLIGHTBORDER|WB_NOPOINTERFOCUS|WB_NOTABSTOP ), in FileControl() 56 WinBits FileControl::ImplInitStyle( WinBits nStyle ) in ImplInitStyle() argument 58 if ( !( nStyle & WB_NOTABSTOP ) ) in ImplInitStyle() 70 maEdit.SetStyle( ( maEdit.GetStyle() & ~nAlignmentStyle ) | ( nStyle & nAlignmentStyle ) ); in ImplInitStyle() 72 if ( !(nStyle & WB_NOGROUP) ) in ImplInitStyle() 73 nStyle |= WB_GROUP; in ImplInitStyle() 75 if ( !(nStyle & WB_NOBORDER ) ) in ImplInitStyle() [all …]
|
| H A D | valueset.cxx | 222 WinBits nStyle = GetStyle(); in ImplFormatItem() local 223 if ( nStyle & WB_ITEMBORDER ) in ImplFormatItem() 229 if ( nStyle & WB_FLATVALUESET ) in ImplFormatItem() 231 if ( nStyle & WB_DOUBLEBORDER ) in ImplFormatItem() 263 …maVirDev.SetTextColor( ( nStyle & WB_MENUSTYLEVALUESET ) ? rStyleSettings.GetMenuTextColor() : rSt… in ImplFormatItem() 265 …maVirDev.SetFillColor( ( nStyle & WB_MENUSTYLEVALUESET ) ? rStyleSettings.GetMenuColor() : rStyleS… in ImplFormatItem() 269 if ( nStyle & WB_RADIOSEL ) in ImplFormatItem() 292 else if ( nStyle & WB_MENUSTYLEVALUESET ) in ImplFormatItem() 359 WinBits nStyle = GetStyle(); in Format() local 368 if ( nStyle & WB_VSCROLL ) in Format() [all …]
|
| /AOO42X/main/vcl/source/app/ |
| H A D | help.cxx | 265 sal_uInt16 nStyle ) in ShowQuickHelp() argument 267 ImplShowHelpWindow( pParent, HELPWINSTYLE_QUICK, nStyle, in ShowQuickHelp() 285 const XubString& rText, sal_uInt16 nStyle ) in ShowTip() argument 287 …sal_uInt16 nHelpWinStyle = ( ( nStyle & QUICKHELP_TIP_STYLE_BALLOON ) != 0 ) ? HELPWINSTYLE_BALLOO… in ShowTip() 288 HelpTextWindow* pHelpWin = new HelpTextWindow( pParent, rText, nHelpWinStyle, nStyle ); in ShowTip() 329 …extWindow( Window* pParent, const XubString& rText, sal_uInt16 nHelpWinStyle, sal_uInt16 nStyle ) : in HelpTextWindow() argument 337 mnStyle = nStyle; in HelpTextWindow() 600 void ImplShowHelpWindow( Window* pParent, sal_uInt16 nHelpWinStyle, sal_uInt16 nStyle, in ImplShowHelpWindow() argument 635 if ( bTextChanged || ( ( nStyle & QUICKHELP_FORCE_REPOSITION ) != 0 ) ) in ImplShowHelpWindow() 644 ImplSetHelpWindowPos( pHelpWin, nHelpWinStyle, nStyle, rScreenPos, pHelpArea ); in ImplShowHelpWindow() [all …]
|
| /AOO42X/main/vcl/inc/vcl/ |
| H A D | button.hxx | 72 explicit Button( Window* pParent, WinBits nStyle = 0 ); 127 SAL_DLLPRIVATE WinBits ImplInitStyle( const Window* pPrevWindow, WinBits nStyle ); 141 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle ); 147 …IVATE static void ImplDrawPushButtonFrame( Window* pDev, Rectangle& rRect, sal_uInt16 nStyle ); 160 explicit PushButton( Window* pParent, WinBits nStyle = 0 ); 185 void SetDropDown( sal_uInt16 nStyle ); 228 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle ); 235 explicit OKButton( Window* pParent, WinBits nStyle = WB_DEFBUTTON ); 250 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle ); 257 explicit CancelButton( Window* pParent, WinBits nStyle = 0 ); [all …]
|
| H A D | fixed.hxx | 45 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle ); 46 SAL_DLLPRIVATE WinBits ImplInitStyle( WinBits nStyle ); 61 explicit FixedText( Window* pParent, WinBits nStyle = 0 ); 85 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle ); 86 SAL_DLLPRIVATE WinBits ImplInitStyle( WinBits nStyle ); 98 explicit FixedLine( Window* pParent, WinBits nStyle = WB_HORZ ); 122 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle ); 123 SAL_DLLPRIVATE WinBits ImplInitStyle( WinBits nStyle ); 132 explicit FixedBitmap( Window* pParent, WinBits nStyle = 0 ); 163 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle ); [all …]
|
| /AOO42X/main/vcl/unx/kde/ |
| H A D | salnativewidgets-kde.cxx | 446 QStyle::SFlags nStyle = vclStateValue2SFlags( nState, aValue ); in drawStyledWidget() local 459 pPushButton->setDown ( nStyle & QStyle::Style_Down ); in drawStyledWidget() 460 pPushButton->setOn ( nStyle & QStyle::Style_On ); in drawStyledWidget() 461 pPushButton->setEnabled( nStyle & QStyle::Style_Enabled ); in drawStyledWidget() 466 pWidget->colorGroup(), nStyle ); in drawStyledWidget() 483 pWidget->colorGroup(), nStyle ); in drawStyledWidget() 489 pWidget->colorGroup(), nStyle ); in drawStyledWidget() 495 pWidget->colorGroup(), nStyle ); in drawStyledWidget() 513 pWidget->colorGroup(), nStyle | QStyle::Style_Sunken ); in drawStyledWidget() 534 nStyle |= QStyle::Style_Enabled; in drawStyledWidget() [all …]
|
| /AOO42X/main/editeng/source/items/ |
| H A D | bulitem.cxx | 123 nStyle = nNewStyle; in SvxBulletItem() 135 nStyle = BS_BULLET; in SvxBulletItem() 148 nStyle = BS_BMP; in SvxBulletItem() 163 nStyle = BS_BMP; in SvxBulletItem() 175 rStrm >> nStyle; in SvxBulletItem() 177 if( nStyle != BS_BMP ) in SvxBulletItem() 199 nStyle = BS_NONE; in SvxBulletItem() 233 nStyle = rItem.nStyle; in SvxBulletItem() 279 nStyle = BS_123; in SetDefaults_Impl() 334 nStyle != rBullet.nStyle || in operator ==() [all …]
|
| /AOO42X/main/chart2/source/controller/itemsetwrapper/ |
| H A D | ErrorBarItemConverter.cxx | 171 sal_Int32 nStyle = ::com::sun::star::chart::ErrorBarStyle::NONE; in ApplySpecialItem() local 176 nStyle = ::com::sun::star::chart::ErrorBarStyle::NONE; break; in ApplySpecialItem() 178 nStyle = ::com::sun::star::chart::ErrorBarStyle::VARIANCE; break; in ApplySpecialItem() 180 nStyle = ::com::sun::star::chart::ErrorBarStyle::STANDARD_DEVIATION; break; in ApplySpecialItem() 182 nStyle = ::com::sun::star::chart::ErrorBarStyle::RELATIVE; break; in ApplySpecialItem() 184 nStyle = ::com::sun::star::chart::ErrorBarStyle::ERROR_MARGIN; break; in ApplySpecialItem() 186 nStyle = ::com::sun::star::chart::ErrorBarStyle::ABSOLUTE; break; in ApplySpecialItem() 188 nStyle = ::com::sun::star::chart::ErrorBarStyle::STANDARD_ERROR; break; in ApplySpecialItem() 190 nStyle = ::com::sun::star::chart::ErrorBarStyle::FROM_DATA; break; in ApplySpecialItem() 194 uno::makeAny( nStyle )); in ApplySpecialItem() [all …]
|
| /AOO42X/main/toolkit/source/awt/ |
| H A D | vclxcontainer.cxx | 122 WinBits nStyle = pWindow->GetStyle(); in enableDialogControl() local 124 nStyle |= WB_DIALOGCONTROL; in enableDialogControl() 126 nStyle &= (~WB_DIALOGCONTROL); in enableDialogControl() 127 pWindow->SetStyle( nStyle ); in enableDialogControl() 153 WinBits nStyle = pWin->GetStyle(); in setTabOrder() local 154 nStyle &= ~(WB_TABSTOP|WB_NOTABSTOP|WB_GROUP); in setTabOrder() 159 nStyle |= ( bTab ? WB_TABSTOP : WB_NOTABSTOP ); in setTabOrder() 161 pWin->SetStyle( nStyle ); in setTabOrder() 207 WinBits nStyle = pWin->GetStyle(); in setGroup() local 209 nStyle |= WB_GROUP; in setGroup() [all …]
|
| /AOO42X/main/xmloff/source/draw/ |
| H A D | XMLNumberStyles.cxx | 393 void SdXMLNumberStylesExporter::exportTimeStyle( SdXMLExport& rExport, sal_Int32 nStyle ) in exportTimeStyle() argument 395 DBG_ASSERT( (nStyle >= 0) && (nStyle < SdXMLTimeFormatCount), "Unknown time style!" ); in exportTimeStyle() 396 if( (nStyle >= 0) && (nStyle < SdXMLTimeFormatCount) ) in exportTimeStyle() 397 SdXMLExportStyle( rExport, aSdXMLFixedTimeFormats[ nStyle ] ); in exportTimeStyle() 400 void SdXMLNumberStylesExporter::exportDateStyle( SdXMLExport& rExport, sal_Int32 nStyle ) in exportDateStyle() argument 402 if( nStyle > 0x0f ) in exportDateStyle() 404 int nDateStyle = nStyle & 0x0f; in exportDateStyle() 412 int nTimeStyle = (nStyle >> 4) & 0x0f; in exportDateStyle() 441 DBG_ASSERT( (nStyle >= 0) && (nStyle < SdXMLDateFormatCount), "unknown date style!" ); in exportDateStyle() 442 if( (nStyle >= 0) && (nStyle < SdXMLDateFormatCount) ) in exportDateStyle() [all …]
|