/trunk/main/vcl/win/source/gdi/ |
H A D | salnativewidgets-luna.cxx | 247 nPart == PART_BUTTON_UP || nPart == PART_BUTTON_DOWN || in IsNativeControlSupported() 248 nPart == PART_BUTTON_LEFT|| nPart == PART_BUTTON_RIGHT ) in IsNativeControlSupported() 266 if( nPart == PART_ENTIRE_CONTROL || nPart == PART_WINDOW ) in IsNativeControlSupported() 279 if( nPart == PART_ENTIRE_CONTROL || nPart == PART_BUTTON ) in IsNativeControlSupported() 519 if( nPart == PART_THUMB_HORZ || nPart == PART_THUMB_VERT ) in ImplDrawNativeControl() 547 …if( nPart == PART_TRACK_HORZ_LEFT || nPart == PART_TRACK_HORZ_RIGHT || nPart == PART_TRACK_VERT_UP… in ImplDrawNativeControl() 663 …if( nPart == PART_BUTTON_LEFT || nPart == PART_BUTTON_RIGHT || nPart == PART_BUTTON_UP || nPart ==… in ImplDrawNativeControl() 766 if( nPart == PART_ENTIRE_CONTROL || nPart == PART_WINDOW ) in ImplDrawNativeControl() 1095 if( nPart == PART_ENTIRE_CONTROL || nPart == PART_WINDOW ) in drawNativeControl() 1107 if( nPart == PART_ENTIRE_CONTROL || nPart == PART_BUTTON ) in drawNativeControl() [all …]
|
/trunk/main/starmath/source/ |
H A D | mathtype.cxx | 801 int nPart=0; in HandleRecords() local 1513 nPart++; in HandleRecords() 1524 nPart++; in HandleRecords() 1550 nPart++; in HandleRecords() 1558 nPart++; in HandleRecords() 1576 nPart++; in HandleRecords() 1585 nPart++; in HandleRecords() 1594 nPart++; in HandleRecords() 1603 nPart++; in HandleRecords() 1624 nPart++; in HandleRecords() [all …]
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | salnativewidgets.cxx | 83 switch (nPart) in ImplgetCounterPart() 144 switch( nPart ) in AquaGetScrollRect() 271 if( nPart == PART_TRACK_HORZ_AREA || nPart == PART_TRACK_VERT_AREA ) in IsNativeControlSupported() 308 nPart == PART_SUB_EDIT in IsNativeControlSupported() 363 if( nPart == PART_BORDER ) in IsNativeControlSupported() 474 ControlPart nPart, in drawNativeControl() argument 554 …if ((nPart == PART_ENTIRE_CONTROL) || (nPart == PART_MENU_ITEM )|| (nPart == HAS_BACKGROUND_TEXTUR… in drawNativeControl() 586 … else if(( nPart == PART_MENU_ITEM_CHECK_MARK )||( nPart == PART_MENU_ITEM_RADIO_MARK )) { in drawNativeControl() 797 if( nPart == PART_TRACK_HORZ_AREA || nPart == PART_TRACK_VERT_AREA ) in drawNativeControl() 1000 switch( nPart) in drawNativeControl() [all …]
|
/trunk/main/vcl/unx/gtk/gdi/ |
H A D | salnativewidgets-gtk.cxx | 645 if ( ( nPart == PART_BUTTON_UP ) || ( nPart == PART_BUTTON_DOWN ) ) in hitTestNativeControl() 660 if ( ( nPart == PART_BUTTON_UP ) || ( nPart == PART_BUTTON_DOWN ) ) in hitTestNativeControl() 672 if ( ( nPart == PART_BUTTON_UP ) || ( nPart == PART_BUTTON_LEFT ) ) in hitTestNativeControl() 711 ControlPart nPart, in drawNativeControl() argument 816 && ((nPart==PART_ENTIRE_CONTROL) || (nPart==PART_ALL_BUTTONS)) ) in drawNativeControl() 950 …if ( (nType==CTRL_SPINBOX) && ((nPart==PART_BUTTON_UP) || (nPart==PART_BUTTON_DOWN) || (nPart==PAR… in getNativeControlRegion() 980 (nPart==PART_BUTTON_UP) || (nPart==PART_BUTTON_DOWN) ) ) in getNativeControlRegion() 1734 if ( ( nPart == PART_BUTTON_UP ) || ( nPart == PART_BUTTON_DOWN ) ) in NWGetScrollButtonRect() 2508 else if( nPart == PART_THUMB_HORZ || nPart == PART_THUMB_VERT ) in NWPaintGTKToolbar() 2584 else if( nPart == PART_THUMB_HORZ || nPart == PART_THUMB_VERT ) in NWPaintGTKToolbar() [all …]
|
/trunk/main/vcl/unx/kde/ |
H A D | salnativewidgets-kde.cxx | 425 ControlPart nPart ) in drawStyledWidget() argument 685 if ( nPart == PART_THUMB_HORZ || nPart == PART_THUMB_VERT ) in drawStyledWidget() 1202 …( (nType == CTRL_LISTBOX) && (nPart == PART_ENTIRE_CONTROL || nPart == PART_WINDOW || nPart ==… in IsNativeControlSupported() 1240 sal_Bool bHorizontal = ( nPart == PART_BUTTON_LEFT || nPart == PART_BUTTON_RIGHT ); in hitTestNativeControl() 1278 switch ( nPart ) in hitTestNativeControl() 1425 … == CTRL_TOOLBAR) && (nPart == PART_DRAW_BACKGROUND_HORZ || nPart == PART_DRAW_BACKGROUND_VERT || … in drawNativeControl() 1521 switch ( nPart ) in getNativeControlRegion() 1568 switch ( nPart ) in getNativeControlRegion() 1592 switch ( nPart ) in getNativeControlRegion() 1620 ( nPart == PART_BUTTON_LEFT || nPart == PART_BUTTON_RIGHT ), in getNativeControlRegion() [all …]
|
/trunk/main/vcl/inc/unx/gtk/ |
H A D | gtkgdi.hxx | 61 virtual sal_Bool IsNativeControlSupported( ControlType nType, ControlPart nPart ); 93 sal_Bool NWPaintGTKButton( GdkDrawable* gdkDrawable, ControlType nType, ControlPart nPart, 98 sal_Bool NWPaintGTKRadio( GdkDrawable* gdkDrawable, ControlType nType, ControlPart nPart, 103 sal_Bool NWPaintGTKCheck( GdkDrawable* gdkDrawable, ControlType nType, ControlPart nPart, 108 sal_Bool NWPaintGTKScrollbar( ControlType nType, ControlPart nPart, 113 sal_Bool NWPaintGTKEditBox( GdkDrawable* gdkDrawable, ControlType nType, ControlPart nPart, 118 sal_Bool NWPaintGTKSpinBox( ControlType nType, ControlPart nPart, 128 sal_Bool NWPaintGTKTabItem( ControlType nType, ControlPart nPart, 133 sal_Bool NWPaintGTKListBox( GdkDrawable* gdkDrawable, ControlType nType, ControlPart nPart, 139 sal_Bool NWPaintGTKToolbar( GdkDrawable* gdkDrawable, ControlType nType, ControlPart nPart, [all …]
|
/trunk/main/sw/source/core/fields/ |
H A D | reffld.cxx | 574 sal_Int16 nPart = 0; in QueryValue() local 577 case REF_PAGE : nPart = ReferenceFieldPart::PAGE ; break; in QueryValue() 591 rAny <<= nPart; in QueryValue() 647 sal_Int16 nPart = 0; in PutValue() local 648 rAny >>= nPart; in PutValue() 649 switch(nPart) in PutValue() 651 case ReferenceFieldPart::PAGE: nPart = REF_PAGE; break; in PutValue() 652 case ReferenceFieldPart::CHAPTER: nPart = REF_CHAPTER; break; in PutValue() 653 case ReferenceFieldPart::TEXT: nPart = REF_CONTENT; break; in PutValue() 654 case ReferenceFieldPart::UP_DOWN: nPart = REF_UPDOWN; break; in PutValue() [all …]
|
H A D | ddefld.cxx | 330 sal_uInt8 nPart = 0; in QueryValue() local 333 case FIELD_PROP_PAR2: nPart = 3; break; in QueryValue() 334 case FIELD_PROP_PAR4: nPart = 2; break; in QueryValue() 335 case FIELD_PROP_SUBTYPE: nPart = 1; break; in QueryValue() 348 if( nPart ) in QueryValue() 349 rVal <<= OUString(GetCmd().GetToken(nPart-1, sfx2::cTokenSeperator)); in QueryValue() 357 sal_uInt8 nPart = 0; in PutValue() local 360 case FIELD_PROP_PAR2: nPart = 3; break; in PutValue() 361 case FIELD_PROP_PAR4: nPart = 2; break; in PutValue() 362 case FIELD_PROP_SUBTYPE: nPart = 1; break; in PutValue() [all …]
|
/trunk/main/xmloff/source/style/ |
H A D | xmlnumfe.cxx | 337 aFmtName.append( nPart ); in lcl_CreateStyleName() 733 sal_Int32 nKey, sal_Int32 nPart ) in WriteMapElement_Impl() argument 964 sal_uInt16 nPart, sal_Bool bDefPart ) in ExportPart_Impl() argument 1116 rFormat.GetNatNumXml( aAttr, nPart ); in ExportPart_Impl() 1139 const Color* pCol = rFormat.GetColor( nPart ); in ExportPart_Impl() 1660 sal_uInt16 nPart; in ExportFormat_Impl() local 1661 for (nPart=0; nPart<XMLNUM_MAX_PARTS; nPart++) in ExportFormat_Impl() 1662 if (rFormat.GetNumForType( nPart, 0, sal_False ) != 0) in ExportFormat_Impl() 1663 nUsedParts = nPart+1; in ExportFormat_Impl() 1678 for (nPart=0; nPart<nUsedParts; nPart++) in ExportFormat_Impl() [all …]
|
/trunk/main/vcl/source/gdi/ |
H A D | outdevnative.cxx | 102 sal_Bool OutputDevice::IsNativeControlSupported( ControlType nType, ControlPart nPart ) in IsNativeControlSupported() argument 111 return( mpGraphics->IsNativeControlSupported(nType, nPart) ); in IsNativeControlSupported() 118 ControlPart nPart, in HitTestNativeControl() argument 134 …return( mpGraphics->HitTestNativeControl(nType, nPart, screenRegion, Point( aPos.X() + mnOutOffX, … in HitTestNativeControl() 220 ControlPart nPart, in DrawNativeControl() argument 254 …sal_Bool bRet = mpGraphics->DrawNativeControl(nType, nPart, screenRegion, nState, *aScreenCtrlValu… in DrawNativeControl() 263 ControlPart nPart, in DrawNativeControlText() argument 292 …sal_Bool bRet = mpGraphics->DrawNativeControlText(nType, nPart, screenRegion, nState, *aScreenCtrl… in DrawNativeControlText() 301 ControlPart nPart, in GetNativeControlRegion() argument 321 …sal_Bool bRet = mpGraphics->GetNativeControlRegion(nType, nPart, screenRegion, nState, *aScreenCtr… in GetNativeControlRegion()
|
H A D | salgdilayout.cxx | 704 sal_Bool SalGraphics::HitTestNativeControl( ControlType nType, ControlPart nPart, const Rectangle& … in HitTestNativeControl() argument 713 return hitTestNativeControl( nType, nPart, rgn, pt, rIsInside ); in HitTestNativeControl() 716 return hitTestNativeControl( nType, nPart, rControlRegion, aPos, rIsInside ); in HitTestNativeControl() 754 sal_Bool SalGraphics::DrawNativeControl( ControlType nType, ControlPart nPart, const Rectangle& rCo… in DrawNativeControl() argument 763 sal_Bool bRet = drawNativeControl( nType, nPart, rgn, nState, aValue, aCaption ); in DrawNativeControl() 768 return drawNativeControl( nType, nPart, rControlRegion, nState, aValue, aCaption ); in DrawNativeControl() 771 sal_Bool SalGraphics::DrawNativeControlText( ControlType nType, ControlPart nPart, const Rectangle&… in DrawNativeControlText() argument 780 sal_Bool bRet = drawNativeControlText( nType, nPart, rgn, nState, aValue, aCaption ); in DrawNativeControlText() 785 return drawNativeControlText( nType, nPart, rControlRegion, nState, aValue, aCaption ); in DrawNativeControlText() 797 if( getNativeControlRegion( nType, nPart, rgn, nState, aValue, aCaption, in GetNativeControlRegion() [all …]
|
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/ |
H A D | sunversion.cxx | 80 int nPart = 0; in init() local 99 ((pCur == pEnd || *pCur == '_' || *pCur == '-') && (nPart == 2 )) in init() 102 (nPart < 2 && *pCur == '.') ) in init() 116 m_arVersionParts[nPart] = atoi(buf); in init() 117 nPart ++; in init() 119 if (nPart == 3) in init() 124 && ( (nPart < 3) && isdigit(*pCur)))) //(*pCur >= 48 && *pCur <=57)))) in init() 154 m_arVersionParts[nPart] = atoi(buf); in init()
|
/trunk/main/vcl/inc/ |
H A D | salgdi.hxx | 162 …virtual sal_Bool hitTestNativeControl( ControlType nType, ControlPart nPart, const Rectangl… 164 …virtual sal_Bool drawNativeControl( ControlType nType, ControlPart nPart, const Rectangle& … 167 …virtual sal_Bool drawNativeControlText( ControlType nType, ControlPart nPart, const Rectang… 170 …virtual sal_Bool getNativeControlRegion( ControlType nType, ControlPart nPart, const Rectan… 450 virtual sal_Bool IsNativeControlSupported( ControlType nType, ControlPart nPart ); 454 ControlPart nPart, 462 ControlPart nPart, 471 ControlPart nPart, 480 ControlPart nPart,
|
/trunk/main/sc/source/core/data/ |
H A D | dpdimsave.cxx | 139 … const String& rSource, const String& rName, const ScDPNumGroupInfo& rDateInfo, sal_Int32 nPart ) : in ScDPSaveGroupDimension() argument 143 nDatePart( nPart ) in ScDPSaveGroupDimension() 151 void ScDPSaveGroupDimension::SetDateInfo( const ScDPNumGroupInfo& rInfo, sal_Int32 nPart ) in SetDateInfo() argument 154 nDatePart = nPart; in SetDateInfo() 307 …PSaveNumGroupDimension( const String& rName, const ScDPNumGroupInfo& rDateInfo, sal_Int32 nPart ) : in ScDPSaveNumGroupDimension() argument 310 nDatePart( nPart ) in ScDPSaveNumGroupDimension() 336 void ScDPSaveNumGroupDimension::SetDateInfo( const ScDPNumGroupInfo& rInfo, sal_Int32 nPart ) in SetDateInfo() argument 339 nDatePart = nPart; in SetDateInfo()
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | textuno.cxx | 139 void ScHeaderFooterContentObj::UpdateText( sal_uInt16 nPart, EditEngine& rSource ) in UpdateText() argument 142 switch (nPart) in UpdateText() 158 aBC.Broadcast( ScHeaderFooterChangedHint( nPart ) ); in UpdateText() 232 nPart( nP ), in ScHeaderFooterTextData() 258 if ( ((const ScHeaderFooterChangedHint&)rHint).GetPart() == nPart ) in Notify() 302 if (nPart == SC_HDFT_LEFT) in GetTextForwarder() 304 else if (nPart == SC_HDFT_CENTER) in GetTextForwarder() 322 rContentObj.UpdateText( nPart, *pEditEngine ); in UpdateData() 400 sal_uInt16 nPart = aTextData.GetPart(); in getString() local 403 if (nPart == SC_HDFT_LEFT) in getString() [all …]
|
H A D | fielduno.cxx | 871 nPart( nP ), in ScHeaderFieldsObj() 880 pEditSource = new ScHeaderFooterEditSource( pContentObj, nPart ); in ScHeaderFieldsObj() 947 return new ScHeaderFieldObj( pContentObj, nPart, nFieldType, aSelection ); in GetObjectByIndex_Impl() 1129 nPart( nP ), in ScHeaderFieldObj() 1139 pEditSource = new ScHeaderFooterEditSource( pContentObj, nPart ); in ScHeaderFieldObj() 1215 nPart = nP; in InitDoc() 1219 pEditSource = new ScHeaderFooterEditSource( pContentObj, nPart ); in InitDoc() 1338 if ( nPart == SC_HDFT_LEFT ) in getAnchor() 1340 else if (nPart == SC_HDFT_CENTER) in getAnchor()
|
/trunk/main/sw/source/filter/html/ |
H A D | htmlftn.cxx | 107 for( sal_uInt16 nPart = 0; nPart < 4; nPart++ ) in lcl_html_getEndNoteInfo() local 113 switch( nPart ) in lcl_html_getEndNoteInfo() 152 for( sal_uInt16 nPart = 4; nPart < 8; nPart++ ) in FillFootNoteInfo() local 158 switch( nPart ) in FillFootNoteInfo()
|
/trunk/main/vcl/inc/os2/ |
H A D | salgdi.h | 208 …virtual sal_Bool hitTestNativeControl( ControlType nType, ControlPart nPart, const Region& … 210 …virtual sal_Bool drawNativeControl( ControlType nType, ControlPart nPart, const Region& rCo… 213 …virtual sal_Bool drawNativeControlText( ControlType nType, ControlPart nPart, const Region&… 216 …virtual sal_Bool getNativeControlRegion( ControlType nType, ControlPart nPart, const Region… 335 virtual sal_Bool IsNativeControlSupported( ControlType nType, ControlPart nPart );
|
/trunk/main/framework/source/uifactory/ |
H A D | windowcontentfactorymanager.cxx | 111 sal_Int32 nPart = 0; in RetrieveTypeNameFromResourceURL() local 117 if ( nPart == 0 ) in RetrieveTypeNameFromResourceURL() 119 else if ( nPart == 1 ) in RetrieveTypeNameFromResourceURL() 123 nPart++; in RetrieveTypeNameFromResourceURL()
|
/trunk/main/sc/inc/ |
H A D | dpdimsave.hxx | 90 …( const String& rSource, const String& rName, const ScDPNumGroupInfo& rDateInfo, sal_Int32 nPart ); 95 void SetDateInfo( const ScDPNumGroupInfo& rInfo, sal_Int32 nPart ); 130 …DPSaveNumGroupDimension( const String& rName, const ScDPNumGroupInfo& rDateInfo, sal_Int32 nPart ); 142 void SetDateInfo( const ScDPNumGroupInfo& rInfo, sal_Int32 nPart );
|
H A D | dpgroup.hxx | 69 ScDPDateGroupHelper( const ScDPNumGroupInfo& rInfo, sal_Int32 nPart ); 141 void MakeDateHelper( const ScDPNumGroupInfo& rInfo, sal_Int32 nPart ); 180 void MakeDateHelper( const ScDPNumGroupInfo& rInfo, sal_Int32 nPart );
|
H A D | editsrc.hxx | 46 sal_uInt16 nPart; member in ScHeaderFooterChangedHint 53 sal_uInt16 GetPart() const { return nPart; } in GetPart()
|
/trunk/main/vcl/inc/win/ |
H A D | salgdi.h | 235 …virtual sal_Bool hitTestNativeControl( ControlType nType, ControlPart nPart, const Rectangl… 237 …virtual sal_Bool drawNativeControl( ControlType nType, ControlPart nPart, const Rectangle& … 240 …virtual sal_Bool drawNativeControlText( ControlType nType, ControlPart nPart, const Rectang… 243 …virtual sal_Bool getNativeControlRegion( ControlType nType, ControlPart nPart, const Rectan… 365 virtual sal_Bool IsNativeControlSupported( ControlType nType, ControlPart nPart );
|
/trunk/main/vcl/inc/aqua/ |
H A D | salgdi.h | 291 …virtual sal_Bool hitTestNativeControl( ControlType nType, ControlPart nPart, const Rectangl… 293 …virtual sal_Bool drawNativeControl( ControlType nType, ControlPart nPart, const Rectangle& … 296 …virtual sal_Bool drawNativeControlText( ControlType nType, ControlPart nPart, const Rectang… 299 …virtual sal_Bool getNativeControlRegion( ControlType nType, ControlPart nPart, const Rectan… 403 virtual sal_Bool IsNativeControlSupported( ControlType nType, ControlPart nPart );
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docsh3.cxx | 114 SCCOL nEndCol, SCROW nEndRow, SCTAB nEndTab, sal_uInt16 nPart, in PostPaint() argument 126 sal_uInt16 nLockPart = nPart & ~PAINT_EXTRAS; in PostPaint() 134 nPart &= PAINT_EXTRAS; // for broadcasting in PostPaint() 135 if ( !nPart ) in PostPaint() 170 nEndCol, nEndRow, nEndTab ), nPart ) ); in PostPaint() 172 if ( nPart & PAINT_GRID ) in PostPaint() 176 void ScDocShell::PostPaint( const ScRange& rRange, sal_uInt16 nPart, sal_uInt16 nExtFlags ) in PostPaint() argument 180 nPart, nExtFlags ); in PostPaint()
|