/aoo42x/main/idlc/source/ |
H A D | astunion.cxx | 114 AstUnionLabel* pLabel = NULL; in lookupBranch() local 117 pLabel = pBranch->getLabel(); in lookupBranch() 119 if ( pLabel ) in lookupBranch() 121 if (pLabel->getLabelKind() == UL_default) in lookupBranch() 164 AstUnionLabel* pLabel = pBranch->getLabel(); in lookupLabel() local 166 if ( !pLabel->getLabelValue() ) in lookupLabel() 215 AstUnionLabel* pLabel = pBranch->getLabel(); in lookupEnum() local 216 AstExpression* pExpr = pLabel->getLabelValue(); in lookupEnum() 300 AstUnionLabel* pLabel = NULL; in dump() local 322 pLabel = pBranch->getLabel(); in dump() [all …]
|
H A D | parser.y | 3141 AstUnionLabel* pLabel = NULL; 3155 pLabel = *iter; 3156 if ( !pLabel ) 3161 pBranch = new AstUnionBranch(pLabel, pMember->getType(),
|
/aoo42x/main/svx/source/form/ |
H A D | fmvwimp.cxx | 1310 SdrUnoObj* pLabel( NULL ); in implCreateFieldControl() local 1328 pObjList->InsertObject( pLabel ); in implCreateFieldControl() 1333 pLabel = pControl = NULL; in implCreateFieldControl() 1339 pObjList->InsertObject( pLabel ); in implCreateFieldControl() 1416 SdrUnoObj* pLabel( NULL ); in implCreateXFormsControl() local 1419 pLabel, pControl ) in implCreateXFormsControl() 1443 pObjList->InsertObject(pLabel); in implCreateXFormsControl() 1554 ::std::auto_ptr< SdrUnoObj > pLabel; in createControlLabelPair() 1561 if ( !pLabel.get() ) in createControlLabelPair() 1579 pLabel->SetLogicRect( ::Rectangle( in createControlLabelPair() [all …]
|
/aoo42x/main/vcl/source/window/ |
H A D | arrange.cxx | 667 … const LabeledElement* pLabel = dynamic_cast< const LabeledElement* >(pEle->m_pChild.get()); in getLabelWidth() local 668 if( pLabel ) in getLabelWidth() 670 Window* pLW = pLabel->getWindow( 0 ); in getLabelWidth() 675 pLabel->getBorders(0, &nLB); in getLabelWidth() 700 … const LabeledElement* pLabel = dynamic_cast< const LabeledElement* >(pEle->m_pChild.get()); in getOptimalSize() local 701 if( pLabel ) // we have a label in getOptimalSize() 703 aElementSize = pLabel->getLabelSize( WINDOWSIZE_MINIMUM ); in getOptimalSize() 706 Size aSize( pLabel->getElementSize( i_eType ) ); in getOptimalSize() 748 LabeledElement* pLabel = dynamic_cast< LabeledElement* >(pEle->m_pChild.get()); in resize() local 749 if( pLabel ) in resize() [all …]
|
H A D | printdlg.cxx | 1519 pRadioColumn->addChild( pLabel ); in setupOptionalUI() 1542 pLabel->setLabel( pBtn ); in setupOptionalUI() 1555 vcl::LabeledElement* pLabel = NULL; in setupOptionalUI() local 1566 pFieldColumn->addChild( pLabel ); in setupOptionalUI() 1567 pLabel->setLabel( pHeading ); in setupOptionalUI() 1598 if( pLabel ) in setupOptionalUI() 1599 pLabel->setElement( pList ); in setupOptionalUI() 1631 if( pLabel ) in setupOptionalUI() 1632 pLabel->setElement( pField ); in setupOptionalUI() 1658 if( pLabel ) in setupOptionalUI() [all …]
|
H A D | dlgctrl.cxx | 1069 static Window* ImplGetLabelFor( Window* pFrameWindow, WindowType nMyType, Window* pLabel, sal_Unico… in ImplGetLabelFor() argument 1084 pLabel, in ImplGetLabelFor()
|
H A D | window.cxx | 9273 Window *pLabel = GetAccessibleRelationLabeledBy(); in GetAccessibleName() local 9274 if ( pLabel && pLabel != this ) in GetAccessibleName() 9275 aAccessibleName = pLabel->GetText(); in GetAccessibleName()
|
/aoo42x/main/cui/source/inc/ |
H A D | cuioptgenrl.hxx | 51 sal_Int16 nIndex = INDEX_NOTSET, FixedText* pLabel = NULL ) : in SvxUserEdit() argument 52 Edit( pParent, rResId, true ), m_nIndex( nIndex ), m_pLabel( pLabel ) {} in SvxUserEdit() 56 inline void SetLabel( FixedText* pLabel ) { m_pLabel = pLabel; } in SetLabel() argument
|
/aoo42x/main/vcl/source/gdi/ |
H A D | gdimtf.cxx | 158 for( ImpLabel* pLabel = ImplFirst(); pLabel; pLabel = ImplNext() ) in ImpLabelList() local 159 ImplReplace( new ImpLabel( *pLabel ) ); in ImpLabelList() 166 for( ImpLabel* pLabel = ImplFirst(); pLabel; pLabel = ImplNext() ) in ~ImpLabelList() local 167 delete pLabel; in ~ImpLabelList() 176 for( ImpLabel* pLabel = ImplFirst(); pLabel; pLabel = ImplNext() ) in ImplGetLabelPos() local 178 if ( rLabelName == pLabel->aLabelName ) in ImplGetLabelPos() 659 ImpLabel* pLabel = NULL; in GetActionPos() local 664 pLabel = NULL; in GetActionPos() 666 return( pLabel ? pLabel->nActionPos : METAFILE_LABEL_NOTFOUND ); in GetActionPos() 730 if( pLabel ) in GetLabel() [all …]
|
/aoo42x/main/chart2/source/view/main/ |
H A D | VDataSeries.cxx | 929 DataPointLabel* pLabel = this->getDataPointLabel( index ); in getDataPointLabelIfLabel() local 930 if( !pLabel || (!pLabel->ShowNumber && !pLabel->ShowNumberInPercent in getDataPointLabelIfLabel() 931 && !pLabel->ShowCategoryName ) ) in getDataPointLabelIfLabel() 933 return pLabel; in getDataPointLabelIfLabel()
|
/aoo42x/main/cui/source/options/ |
H A D | optinet2.cxx | 867 Window** pLabel = pLabels; in InitControls_Impl() local 869 for ( ; i < nLabelCount; ++i, ++pLabel ) in InitControls_Impl() 871 long nTemp = (*pLabel)->GetCtrlTextWidth( (*pLabel)->GetText() ); in InitControls_Impl() 881 pLabel = pLabels; in InitControls_Impl() 882 for ( i = 0; i < nLabelCount; ++i, ++pLabel ) in InitControls_Impl() 884 Size aNewSize = (*pLabel)->GetSizePixel(); in InitControls_Impl() 886 (*pLabel)->SetSizePixel( aNewSize ); in InitControls_Impl()
|
H A D | optgenrl.cxx | 208 Window* pLabel = (*pCurrent)->GetLabel(); in SvxGeneralTabPage() local 209 if ( pLabel ) in SvxGeneralTabPage() 211 String sName, sText = pLabel->GetDisplayText(); in SvxGeneralTabPage()
|
/aoo42x/main/fpicker/source/office/ |
H A D | iodlg.cxx | 1828 FixedText* pLabel = static_cast< FixedText* >( getControl( nLineControlId[i], sal_True ) ); in updateListboxLabelSizes() local 1829 if ( !pLabel ) in updateListboxLabelSizes() 1831 nMaxWidth = ::std::max( pLabel->GetTextWidth( pLabel->GetText() ), nMaxWidth ); in updateListboxLabelSizes() 1837 FixedText* pLabel = static_cast< FixedText* >( getControl( nLineControlId[i], sal_True ) ); in updateListboxLabelSizes() local 1839 if ( !pLabel || !pListbox ) in updateListboxLabelSizes() 1841 Size aCurrentSize( pLabel->GetSizePixel() ); in updateListboxLabelSizes() 1846 pLabel->SetSizePixel( Size( nMaxWidth, aCurrentSize.Height() ) ); in updateListboxLabelSizes() 2971 Control* pLabel = getControl( _nControlId, sal_True ); in enableControl() local 2972 if ( pLabel ) in enableControl() 2973 EnableControl( pLabel, _bEnable ); in enableControl()
|
/aoo42x/main/svtools/source/control/ |
H A D | toolbarmenuacc.cxx | 251 Window* pLabel = mpParent->mrMenu.GetAccessibleRelationLabeledBy(); in getAccessibleName() local 252 if( pLabel && pLabel != &mpParent->mrMenu ) in getAccessibleName() 253 aRet = OutputDevice::GetNonMnemonicString( pLabel->GetText() ); in getAccessibleName()
|
H A D | valueacc.cxx | 323 Window* pLabel = mpParent->GetAccessibleRelationLabeledBy(); in getAccessibleName() local 324 if ( pLabel && pLabel != mpParent ) in getAccessibleName() 325 aRet = OutputDevice::GetNonMnemonicString( pLabel->GetText() ); in getAccessibleName()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | printopt.hxx | 119 virtual Window* GetParentLabeledBy( const Window* pLabel ) const; 120 virtual Window* GetParentLabelFor( const Window* pLabel ) const;
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | nameuno.cxx | 1065 void ScLabelRangeObj::Modify_Impl( const ScRange* pLabel, const ScRange* pData ) in Modify_Impl() argument 1079 if ( pLabel ) in Modify_Impl() 1080 pEntry->GetRange(0) = *pLabel; in Modify_Impl() 1098 if ( pLabel ) in Modify_Impl() 1099 aRange = *pLabel; // Objekt anpassen, um Range wiederzufinden in Modify_Impl()
|
/aoo42x/main/chart2/source/view/charttypes/ |
H A D | VSeriesPlotter.cxx | 452 DataPointLabel* pLabel = rDataSeries.getDataPointLabelIfLabel( nPointIndex ); in createDataLabel() local 454 if( !pLabel ) in createDataLabel() 469 if(pLabel->ShowLegendSymbol) in createDataLabel() 506 if(pLabel->ShowCategoryName) in createDataLabel() 519 if(pLabel->ShowNumber) in createDataLabel() 532 if(pLabel->ShowNumberInPercent) in createDataLabel()
|
/aoo42x/main/idlc/inc/idlc/ |
H A D | astunionbranch.hxx | 32 …AstUnionBranch(AstUnionLabel* pLabel, AstType const * pType, const ::rtl::OString& name, AstScope*…
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | aquaprintaccessoryview.mm | 1249 NSString* pLabel = CreateNSString( aGroupTitle ); 1250 NSTabViewItem* pItem = [[NSTabViewItem alloc] initWithIdentifier: pLabel ]; 1251 [pItem setLabel: pLabel]; 1255 [pLabel release];
|
/aoo42x/main/toolkit/workben/layout/ |
H A D | editor.cxx | 64 const char *pLabel, *pName, *pIconName; member 196 const char *label = WIDGETS_SPECS[ i ].pLabel; in Widget() 1747 pBtn->SetText( rtl::OUString::createFromAscii( WIDGETS_SPECS[ i ].pLabel ) ); in EditorImpl()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xichart.cxx | 1652 if( const XclImpChText* pLabel = mxDataFmt->GetDataLabel().get() ) in CreateRegressionCurve() local 1654 pLabel->ConvertFont( aLabelProp ); in CreateRegressionCurve() 1655 pLabel->ConvertFrame( aLabelProp ); in CreateRegressionCurve() 1656 pLabel->ConvertNumFmt( aLabelProp, false ); in CreateRegressionCurve()
|
/aoo42x/main/sc/inc/ |
H A D | nameuno.hxx | 293 void Modify_Impl( const ScRange* pLabel, const ScRange* pData );
|
/aoo42x/main/reportdesign/source/ui/report/ |
H A D | ReportController.cxx | 3191 SdrUnoObj* pLabel( NULL ); in createControl() local 3197 pLabel,pControl); in createControl() 3198 delete pLabel; in createControl()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | window.hxx | 1095 virtual Window* GetParentLabelFor( const Window* pLabel ) const;
|