Home
last modified time | relevance | path

Searched refs:pLabel (Results 1 – 25 of 25) sorted by last modified time

/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx3191 SdrUnoObj* pLabel( NULL ); in createControl() local
3197 pLabel,pControl); in createControl()
3198 delete pLabel; in createControl()
/trunk/main/vcl/source/window/
H A Dwindow.cxx9273 Window *pLabel = GetAccessibleRelationLabeledBy(); in GetAccessibleName() local
9274 if ( pLabel && pLabel != this ) in GetAccessibleName()
9275 aAccessibleName = pLabel->GetText(); in GetAccessibleName()
H A Dprintdlg.cxx1519 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 Ddlgctrl.cxx1069 static Window* ImplGetLabelFor( Window* pFrameWindow, WindowType nMyType, Window* pLabel, sal_Unico… in ImplGetLabelFor() argument
1084 pLabel, in ImplGetLabelFor()
H A Darrange.cxx667 … 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 …]
/trunk/main/fpicker/source/office/
H A Diodlg.cxx1828 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()
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx158 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 …]
/trunk/main/toolkit/workben/layout/
H A Deditor.cxx64 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()
/trunk/main/vcl/inc/vcl/
H A Dwindow.hxx1095 virtual Window* GetParentLabelFor( const Window* pLabel ) const;
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm1249 NSString* pLabel = CreateNSString( aGroupTitle );
1250 NSTabViewItem* pItem = [[NSTabViewItem alloc] initWithIdentifier: pLabel ];
1251 [pItem setLabel: pLabel];
1255 [pLabel release];
/trunk/main/svx/source/form/
H A Dfmvwimp.cxx1310 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 …]
/trunk/main/svtools/source/control/
H A Dvalueacc.cxx323 Window* pLabel = mpParent->GetAccessibleRelationLabeledBy(); in getAccessibleName() local
324 if ( pLabel && pLabel != mpParent ) in getAccessibleName()
325 aRet = OutputDevice::GetNonMnemonicString( pLabel->GetText() ); in getAccessibleName()
H A Dtoolbarmenuacc.cxx251 Window* pLabel = mpParent->mrMenu.GetAccessibleRelationLabeledBy(); in getAccessibleName() local
252 if( pLabel && pLabel != &mpParent->mrMenu ) in getAccessibleName()
253 aRet = OutputDevice::GetNonMnemonicString( pLabel->GetText() ); in getAccessibleName()
/trunk/main/sfx2/inc/sfx2/
H A Dprintopt.hxx119 virtual Window* GetParentLabeledBy( const Window* pLabel ) const;
120 virtual Window* GetParentLabelFor( const Window* pLabel ) const;
/trunk/main/sc/source/ui/unoobj/
H A Dnameuno.cxx1065 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()
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx1652 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()
/trunk/main/sc/inc/
H A Dnameuno.hxx293 void Modify_Impl( const ScRange* pLabel, const ScRange* pData );
/trunk/main/idlc/source/
H A Dparser.y3141 AstUnionLabel* pLabel = NULL;
3155 pLabel = *iter;
3156 if ( !pLabel )
3161 pBranch = new AstUnionBranch(pLabel, pMember->getType(),
H A Dastunion.cxx114 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 …]
/trunk/main/idlc/inc/idlc/
H A Dastunionbranch.hxx32 …AstUnionBranch(AstUnionLabel* pLabel, AstType const * pType, const ::rtl::OString& name, AstScope*…
/trunk/main/cui/source/options/
H A Doptgenrl.cxx208 Window* pLabel = (*pCurrent)->GetLabel(); in SvxGeneralTabPage() local
209 if ( pLabel ) in SvxGeneralTabPage()
211 String sName, sText = pLabel->GetDisplayText(); in SvxGeneralTabPage()
H A Doptinet2.cxx867 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()
/trunk/main/cui/source/inc/
H A Dcuioptgenrl.hxx51 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
/trunk/main/chart2/source/view/main/
H A DVDataSeries.cxx929 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()
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx452 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()

Completed in 455 milliseconds