| /AOO42X/main/vcl/win/source/gdi/ |
| H A D | salnativewidgets-luna.cxx | 217 sal_Bool WinSalGraphics::IsNativeControlSupported( ControlType nType, ControlPart nPart ) in IsNativeControlSupported() argument 226 if( nPart == PART_ENTIRE_CONTROL ) in IsNativeControlSupported() 230 if( nPart == PART_DRAW_BACKGROUND_HORZ || nPart == PART_DRAW_BACKGROUND_VERT ) in IsNativeControlSupported() 232 if( nPart == PART_ENTIRE_CONTROL ) in IsNativeControlSupported() 236 if( nPart == HAS_BACKGROUND_TEXTURE ) in IsNativeControlSupported() 238 if( nPart == PART_ENTIRE_CONTROL ) in IsNativeControlSupported() 240 else if( nPart == PART_BUTTON_DOWN ) in IsNativeControlSupported() 244 if( nPart == PART_ENTIRE_CONTROL ) in IsNativeControlSupported() 246 else if( nPart == PART_ALL_BUTTONS || in IsNativeControlSupported() 247 nPart == PART_BUTTON_UP || nPart == PART_BUTTON_DOWN || in IsNativeControlSupported() [all …]
|
| /AOO42X/main/starmath/source/ |
| H A D | mathtype.cxx | 800 int nPart=0; in HandleRecords() local 929 if (nPart == 0) in HandleRecords() 943 if (nPart == 0) in HandleRecords() 947 if (nPart == 1) in HandleRecords() 954 ((nVariation == 2) && (nPart==1))) in HandleRecords() 960 ((nVariation == 2) && (nPart==0))) in HandleRecords() 982 if (nPart == 0) in HandleRecords() 992 if (nPart == 0) in HandleRecords() 1002 if (nPart == 0) in HandleRecords() 1012 if (nPart == 0) in HandleRecords() [all …]
|
| /AOO42X/main/vcl/aqua/source/gdi/ |
| H A D | salnativewidgets.cxx | 80 ControlPart ImplgetCounterPart( ControlPart nPart ) in ImplgetCounterPart() argument 83 switch (nPart) in ImplgetCounterPart() 138 static bool AquaGetScrollRect( /* TODO: int nScreen, */ ControlPart nPart, in AquaGetScrollRect() argument 144 switch( nPart ) in AquaGetScrollRect() 243 sal_Bool AquaSalGraphics::IsNativeControlSupported( ControlType nType, ControlPart nPart ) in IsNativeControlSupported() argument 258 if( nPart == PART_ENTIRE_CONTROL ) in IsNativeControlSupported() 263 if( nPart == PART_DRAW_BACKGROUND_HORZ || in IsNativeControlSupported() 264 nPart == PART_DRAW_BACKGROUND_VERT || in IsNativeControlSupported() 265 nPart == PART_ENTIRE_CONTROL || in IsNativeControlSupported() 266 nPart == HAS_THREE_BUTTONS ) in IsNativeControlSupported() [all …]
|
| /AOO42X/main/vcl/unx/gtk/gdi/ |
| H A D | salnativewidgets-gtk.cxx | 189 static Rectangle NWGetButtonArea( int nScreen, ControlType nType, ControlPart nPart, Rectangle aAre… 193 static Rectangle NWGetEditBoxPixmapRect( int nScreen, ControlType nType, ControlPart nPart, Rectang… 197 ControlType nType, ControlPart nPart, Rectangle aEditBoxRect, 202 static Rectangle NWGetSpinButtonRect( int nScreen, ControlType nType, ControlPart nPart, Rectangle … 205 …inButton( int nScreen, GdkPixmap * pixmap, ControlType nType, ControlPart nPart, Rectangle aAreaRe… 209 static Rectangle NWGetComboBoxButtonRect( int nScreen, ControlType nType, ControlPart nPart, Rectan… 213 static Rectangle NWGetListBoxButtonRect( int nScreen, ControlType nType, ControlPart nPart, Rectang… 216 static Rectangle NWGetListBoxIndicatorRect( int nScreen, ControlType nType, ControlPart nPart, Rect… 221 ControlPart nPart, 228 static Rectangle NWGetScrollButtonRect( int nScreen, ControlPart nPart, Rectangle aAreaRect ); [all …]
|
| /AOO42X/main/vcl/unx/kde/ |
| H A D | salnativewidgets-kde.cxx | 237 ControlPart nPart = PART_ENTIRE_CONTROL ); 425 ControlPart nPart ) in drawStyledWidget() argument 685 if ( nPart == PART_THUMB_HORZ || nPart == PART_THUMB_VERT ) in drawStyledWidget() 724 if ( nPart == PART_ENTIRE_CONTROL ) in drawStyledWidget() 730 else if ( nPart == PART_MENU_ITEM ) in drawStyledWidget() 1164 virtual sal_Bool IsNativeControlSupported( ControlType nType, ControlPart nPart ); 1165 virtual sal_Bool hitTestNativeControl( ControlType nType, ControlPart nPart, 1168 virtual sal_Bool drawNativeControl( ControlType nType, ControlPart nPart, 1172 virtual sal_Bool drawNativeControlText( ControlType nType, ControlPart nPart, 1176 virtual sal_Bool getNativeControlRegion( ControlType nType, ControlPart nPart, [all …]
|
| /AOO42X/main/vcl/inc/unx/gtk/ |
| H A D | gtkgdi.hxx | 61 virtual sal_Bool IsNativeControlSupported( ControlType nType, ControlPart nPart ); 62 …virtual sal_Bool hitTestNativeControl( ControlType nType, ControlPart nPart, const Rectangl… 64 …virtual sal_Bool drawNativeControl( ControlType nType, ControlPart nPart, const Rectangle& … 67 …virtual sal_Bool drawNativeControlText( ControlType nType, ControlPart nPart, const Rectang… 70 …virtual sal_Bool getNativeControlRegion( ControlType nType, ControlPart nPart, const Rectan… 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, [all …]
|
| /AOO42X/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() 578 case REF_CHAPTER : nPart = ReferenceFieldPart::CHAPTER ; break; in QueryValue() 579 case REF_CONTENT : nPart = ReferenceFieldPart::TEXT ; break; in QueryValue() 580 case REF_UPDOWN : nPart = ReferenceFieldPart::UP_DOWN ; break; in QueryValue() 581 case REF_PAGE_PGDESC: nPart = ReferenceFieldPart::PAGE_DESC ; break; in QueryValue() 582 case REF_ONLYNUMBER : nPart = ReferenceFieldPart::CATEGORY_AND_NUMBER ; break; in QueryValue() 583 case REF_ONLYCAPTION: nPart = ReferenceFieldPart::ONLY_CAPTION ; break; in QueryValue() 584 case REF_ONLYSEQNO : nPart = ReferenceFieldPart::ONLY_SEQUENCE_NUMBER; break; in QueryValue() 586 case REF_NUMBER: nPart = ReferenceFieldPart::NUMBER; break; in QueryValue() [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 …]
|
| /AOO42X/main/xmloff/source/style/ |
| H A D | xmlnumfe.cxx | 329 OUString lcl_CreateStyleName( sal_Int32 nKey, sal_Int32 nPart, sal_Bool bDefPart, const rtl::OUStri… in lcl_CreateStyleName() argument 337 aFmtName.append( nPart ); in lcl_CreateStyleName() 733 sal_Int32 nKey, sal_Int32 nPart ) in WriteMapElement_Impl() argument 762 rExport.EncodeStyleName( lcl_CreateStyleName( nKey, nPart, sal_False, in WriteMapElement_Impl() 964 sal_uInt16 nPart, sal_Bool bDefPart ) in ExportPart_Impl() argument 978 rFormat.GetNumForInfo( nPart, nFmtType, bThousand, nPrecision, nLeading); in ExportPart_Impl() 992 if ( nFmtType == NUMBERFORMAT_UNDEFINED && rFormat.GetNumForType( nPart, in ExportPart_Impl() 1038 lcl_CreateStyleName( nKey, nPart, bDefPart, sPrefix ) ); in ExportPart_Impl() 1116 rFormat.GetNatNumXml( aAttr, nPart ); in ExportPart_Impl() 1139 const Color* pCol = rFormat.GetColor( nPart ); in ExportPart_Impl() [all …]
|
| /AOO42X/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() 788 sal_Bool SalGraphics::GetNativeControlRegion( ControlType nType, ControlPart nPart, const Rectangle… in GetNativeControlRegion() argument [all …]
|
| /AOO42X/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()
|
| /AOO42X/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,
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/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 );
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/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 );
|
| /AOO42X/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 );
|
| /AOO42X/main/sc/source/ui/docshell/ |
| H A D | docsh3.cxx | 108 SCCOL nEndCol, SCROW nEndRow, SCTAB nEndTab, sal_uInt16 nPart, in PostPaint() argument 120 sal_uInt16 nLockPart = nPart & ~PAINT_EXTRAS; in PostPaint() 128 nPart &= PAINT_EXTRAS; // for broadcasting in PostPaint() 129 if ( !nPart ) in PostPaint() 164 nEndCol, nEndRow, nEndTab ), nPart ) ); in PostPaint() 166 if ( nPart & PAINT_GRID ) in PostPaint() 170 void ScDocShell::PostPaint( const ScRange& rRange, sal_uInt16 nPart, sal_uInt16 nExtFlags ) in PostPaint() argument 174 nPart, nExtFlags ); in PostPaint()
|