Home
last modified time | relevance | path

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

/AOO41X/main/autodoc/source/ary/inc/
H A Dsci_impl.hxx50 const source & i_rSource );
77 const source & i_rSource );
103 const source & i_rSource );
136 const source & i_rSource );
161 const source & i_rSource );
186 SCI_Vector<ELEM>::SCI_Vector( const source & i_rSource ) in SCI_Vector() argument
187 : itRun(i_rSource.begin()), in SCI_Vector()
188 itEnd(i_rSource.end()) in SCI_Vector()
226 SCI_Map<KEY,VALUE>::SCI_Map( const source & i_rSource ) in SCI_Map() argument
227 : itRun(i_rSource.begin()), in SCI_Map()
[all …]
/AOO41X/main/sfx2/source/doc/
H A DMetadatable.cxx238 void RegisterCopy(Metadatable const& i_rSource, Metadatable & i_rCopy,
804 void XmlIdRegistryDocument::RegisterCopy(Metadatable const& i_rSource, in RegisterCopy() argument
808 &i_rSource, &i_rCopy, i_bCopyPrecedesSource); in RegisterCopy()
813 OSL_ENSURE(i_rSource.IsInUndo() || i_rCopy.IsInUndo() || in RegisterCopy()
814 (i_rSource.IsInContent() == i_rCopy.IsInContent()), in RegisterCopy()
819 if (!m_pImpl->LookupXmlId( i_rSource, path, idref )) in RegisterCopy()
828 ::std::find( pList->begin(), pList->end(), &i_rSource ) ); in RegisterCopy()
1373 Metadatable::RegisterAsCopyOf(Metadatable const & i_rSource, in RegisterAsCopyOf() argument
1376 OSL_ENSURE(typeid(*this) == typeid(i_rSource) in RegisterAsCopyOf()
1377 || typeid(i_rSource) == typeid(MetadatableUndo) in RegisterAsCopyOf()
[all …]
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/autodoc/source/parser/inc/tokens/
H A Dtkp.hxx67 i_rSource );
80 i_rSource );
/AOO41X/main/autodoc/source/parser_i/tokens/
H A Dtkp2.cxx35 TokenParse2::Start( CharacterSource & i_rSource ) in Start() argument
37 pChars = &i_rSource; in Start()
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/autodoc/source/parser_i/inc/tokens/
H A Dtkp2.hxx57 i_rSource );
/AOO41X/main/sfx2/inc/sfx2/
H A DMetadatable.hxx93 void RegisterAsCopyOf(Metadatable const & i_rSource,
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx743 UnoControlListBoxModel( const UnoControlListBoxModel& i_rSource );