/trunk/main/toolkit/source/controls/ |
H A D | unocontrolcontainer.cxx | 98 …r addControl( const uno::Reference< awt::XControl >& _rxControl, const ::rtl::OUString* _pName ); 166 const ::rtl::OUString* _pName 193 …ist::addControl( const uno::Reference< awt::XControl >& _rxControl, const ::rtl::OUString* _pName ) in addControl() argument 195 return impl_addControl( _rxControl, _pName ); in addControl() 285 …impl_addControl( const uno::Reference< awt::XControl >& _rxControl, const ::rtl::OUString* _pName ) in impl_addControl() argument 289 ::rtl::OUString sName = _pName ? *_pName : impl_getFreeName_throw(); in impl_addControl() 653 …impl_addControl( const uno::Reference< awt::XControl >& _rxControl, const ::rtl::OUString* _pName ) in impl_addControl() argument 656 UnoControlHolderList::ControlIdentifier id = mpControls->addControl( _rxControl, _pName ); in impl_addControl() 666 _pName ? ( aEvent.Accessor <<= *_pName ) : ( aEvent.Accessor <<= (sal_Int32)id ); in impl_addControl()
|
/trunk/main/xmloff/source/forms/ |
H A D | propertyexport.hxx | 346 void AddAttribute(sal_uInt16 _nPrefix, const sal_Char* _pName, const ::rtl::OUString& _rValue); 353 …inline void AddAttribute(sal_uInt16 _nPrefix, const sal_Char* _pName, const ::rtl::OUString& _rVal… in AddAttribute() argument 354 { m_rContext.getGlobalContext().AddAttribute(_nPrefix, _pName, _rValue); } in AddAttribute() 357 …inline void AddAttributeASCII( sal_uInt16 _nPrefix, const sal_Char* _pName, const sal_Char *pValue… in AddAttributeASCII() argument 358 { m_rContext.getGlobalContext().AddAttributeASCII(_nPrefix, _pName, pValue); } in AddAttributeASCII()
|
H A D | propertyexport.cxx | 651 …void OPropertyExport::AddAttribute(sal_uInt16 _nPrefix, const sal_Char* _pName, const ::rtl::OUStr… in AddAttribute() argument 653 …obalContext().GetXAttrList()->getValueByName(::rtl::OUString::createFromAscii(_pName)).getLength(), in AddAttribute() 656 m_rContext.getGlobalContext().AddAttribute(_nPrefix, _pName, _rValue); in AddAttribute() 669 …void OPropertyExport::AddAttributeASCII(sal_uInt16 _nPrefix, const sal_Char* _pName, const sal_Cha… in AddAttributeASCII() argument 671 …obalContext().GetXAttrList()->getValueByName(::rtl::OUString::createFromAscii(_pName)).getLength(), in AddAttributeASCII() 674 m_rContext.getGlobalContext().AddAttributeASCII(_nPrefix, _pName, pValue); in AddAttributeASCII()
|
H A D | elementexport.hxx | 79 virtual void implStartElement(const sal_Char* _pName); 132 virtual void implStartElement(const sal_Char* _pName);
|
H A D | elementexport.cxx | 160 void OElementExport::implStartElement(const sal_Char* _pName) in implStartElement() argument 162 …m_pXMLElement = new SvXMLElementExport(m_rContext.getGlobalContext(), XML_NAMESPACE_FORM, _pName, … in implStartElement() 1408 void OControlExport::implStartElement(const sal_Char* _pName) in implStartElement() argument 1424 OElementExport::implStartElement(_pName); in implStartElement()
|
/trunk/main/connectivity/source/commontools/ |
H A D | FValue.cxx | 140 static void registerUnit( const sal_Char* _pName ); 141 static void revokeUnit( const sal_Char* _pName ); 144 static AllocationState::iterator getLocation( const sal_Char* _pName ); 148 AllocationTracer::AllocationState::iterator AllocationTracer::getLocation( const sal_Char* _pName ) in getLocation() argument 156 if ( 0 == rtl_str_compare( aLookFor->pName, _pName ) ) in getLocation() 163 aLookFor->pName = _pName; // note that this assumes that _pName is a constant string .... in getLocation() 172 void AllocationTracer::registerUnit( const sal_Char* _pName ) in registerUnit() argument 176 AllocationState::iterator aPos = getLocation( _pName ); in registerUnit() 181 void AllocationTracer::revokeUnit( const sal_Char* _pName ) in revokeUnit() argument 185 AllocationState::iterator aPos = getLocation( _pName ); in revokeUnit()
|
/trunk/main/cui/source/options/ |
H A D | dbregister.cxx | 448 IMPL_LINK( DbRegistrationOptionsPage, NameValidator, String*, _pName ) in IMPL_LINK() argument 450 if ( _pName ) in IMPL_LINK() 456 if ( (!m_pCurEntry || m_pCurEntry != pEntry) && pPathBox->GetEntryText(pEntry,0) == *_pName ) in IMPL_LINK()
|
/trunk/main/framework/source/fwi/helper/ |
H A D | mischelper.cxx | 84 const sal_Char* _pName) in RetrieveLabelFromCommand() argument 132 if ( aPropSeq[i].Name.equalsAscii( _pName/*"Label"*/ )) in RetrieveLabelFromCommand()
|
/trunk/main/framework/source/uielement/ |
H A D | uicommanddescription.cxx | 672 void UICommandDescription::impl_fillElements(const sal_Char* _pName) in impl_fillElements() argument 688 if ( aSeq[y].Name.equalsAscii(_pName) ) in impl_fillElements()
|
/trunk/main/framework/inc/helper/ |
H A D | mischelper.hxx | 107 ,const sal_Char* _pName);
|
/trunk/main/framework/inc/uielement/ |
H A D | uicommanddescription.hxx | 101 void impl_fillElements(const sal_Char* _pName);
|
/trunk/main/toolkit/inc/toolkit/controls/ |
H A D | unocontrolcontainer.hxx | 130 const ::rtl::OUString* _pName = NULL
|