Home
last modified time | relevance | path

Searched refs:i_rSource (Results 1 – 13 of 13) sorted by relevance

/trunk/main/autodoc/source/ary/inc/
H A Dsci_impl.hxx187 : itRun(i_rSource.begin()), in SCI_Vector()
188 itEnd(i_rSource.end()) in SCI_Vector()
227 : itRun(i_rSource.begin()), in SCI_Map()
228 itEnd(i_rSource.end()) in SCI_Map()
270 : itRun(i_rSource.begin()), in SCI_MultiMap()
271 itEnd(i_rSource.end()) in SCI_MultiMap()
321 SCI_Set<ELEM>::SCI_Set( const source & i_rSource ) in SCI_Set() argument
322 : itRun(i_rSource.begin()), in SCI_Set()
323 itEnd(i_rSource.end()) in SCI_Set()
365 : itRun(i_rSource.begin()), in SCI_DataInMap()
[all …]
/trunk/main/sfx2/source/doc/
H A DMetadatable.cxx808 &i_rSource, &i_rCopy, i_bCopyPrecedesSource); in RegisterCopy()
814 (i_rSource.IsInContent() == i_rCopy.IsInContent()), in RegisterCopy()
819 if (!m_pImpl->LookupXmlId( i_rSource, path, idref )) in RegisterCopy()
1376 OSL_ENSURE(typeid(*this) == typeid(i_rSource) in RegisterAsCopyOf()
1377 || typeid(i_rSource) == typeid(MetadatableUndo) in RegisterAsCopyOf()
1391 if (i_rSource.m_pReg) in RegisterAsCopyOf()
1395 if (i_rSource.m_pReg == &rReg) in RegisterAsCopyOf()
1403 rRegDoc.RegisterCopy(i_rSource, *this, in RegisterAsCopyOf()
1418 i_rSource.m_pReg->GetXmlIdForElement(i_rSource) ); in RegisterAsCopyOf()
1427 pSourceRegDoc->LookupXmlId(i_rSource, in RegisterAsCopyOf()
[all …]
/trunk/main/autodoc/source/parser/tokens/
H A Dtkp.cxx38 TokenParser::Start( CharacterSource & i_rSource ) in Start() argument
40 InitSource(i_rSource); in Start()
59 TokenParser::InitSource( CharacterSource & i_rSource ) in InitSource() argument
61 pChars = &i_rSource; in InitSource()
/trunk/main/dbaccess/source/ui/browser/
H A Ddbexchange.cxx226 …void SAL_CALL ODataClipboard::disposing( const ::com::sun::star::lang::EventObject& i_rSource ) th… in disposing() argument
233 if ( xConnection == i_rSource.Source ) in disposing()
242 if ( xResultSet == i_rSource.Source ) in disposing()
/trunk/main/autodoc/source/parser/inc/tokens/
H A Dtkp.hxx67 i_rSource );
80 i_rSource );
/trunk/main/autodoc/source/parser_i/tokens/
H A Dtkp2.cxx35 TokenParse2::Start( CharacterSource & i_rSource ) in Start() argument
37 pChars = &i_rSource; in Start()
/trunk/main/sd/workben/custompanel/
H A Dctp_panel.cxx219 … void SAL_CALL SingleColorPanel::disposing( const EventObject& i_rSource ) throw (RuntimeException) in disposing() argument
221 (void)i_rSource; in disposing()
/trunk/main/odk/examples/cpp/custompanel/
H A Dctp_panel.cxx184 … void SAL_CALL SingleColorPanel::disposing( const EventObject& i_rSource ) throw (RuntimeException) in disposing() argument
186 (void)i_rSource; in disposing()
/trunk/main/autodoc/source/parser_i/inc/tokens/
H A Dtkp2.hxx57 i_rSource );
/trunk/main/sfx2/inc/sfx2/
H A DMetadatable.hxx93 void RegisterAsCopyOf(Metadatable const & i_rSource,
/trunk/main/embeddedobj/source/commonembedding/
H A Dpersistence.cxx197 static void TransferMediaType( const uno::Reference< embed::XStorage >& i_rSource, const uno::Refer… in TransferMediaType() argument
201 const uno::Reference< beans::XPropertySet > xSourceProps( i_rSource, uno::UNO_QUERY_THROW ); in TransferMediaType()
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx1862 UnoControlListBoxModel::UnoControlListBoxModel( const UnoControlListBoxModel& i_rSource ) in UnoControlListBoxModel() argument
1863 :UnoControlListBoxModel_Base( i_rSource ) in UnoControlListBoxModel()
1867 m_pData->copyItems( *i_rSource.m_pData ); in UnoControlListBoxModel()
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx743 UnoControlListBoxModel( const UnoControlListBoxModel& i_rSource );

Completed in 86 milliseconds