Home
last modified time | relevance | path

Searched refs:assign (Results 1 – 25 of 141) sorted by relevance

123456

/trunk/main/solenv/inc/
H A Drules.mk47 @noop $(assign DEPS_MADE+:=o_$(@:f:s/.obj/.dpcc/))
69 @noop $(assign DEPS_MADE+:=o_$(@:f:s/.obj/.dpcc/))
127 @noop $(assign ACT_PCH_SWITCHES:=$(NULL))
157 @noop $(assign DEPS_MADE+:=s_$(@:f:s/.obj/.dpcc/))
183 @noop $(assign DEPS_MADE+:=s_$(@:f:s/.obj/.dpcc/))
208 @noop $(assign DEPS_MADE+:=s_$(@:f:s/.obj/.dpcc/))
250 @noop $(assign DEPS_MADE+:=o_$(@:f:s/.obj/.dpcc/))
540 @noop $(assign DEPS_MISSING+:=$(@:f))
543 @noop $(assign DEPS_MISSING+:=$(@:f))
651 @noop $(assign all_outdated_idl+:=$<)
[all …]
H A Dtg_ext.mk109 …@noop $(assign UNPACKCMD := sh -c "bzip2 -cd $(TARFILE_LOCATION)/$(TARFILE_MD5)-$(TARFILE_NAME).ta…
111 …@noop $(assign UNPACKCMD := bzip2 -cd $(TARFILE_LOCATION)/$(TARFILE_MD5)-$(TARFILE_NAME).tar.bz2 $…
119 …@noop $(assign UNPACKCMD := sh -c "uncompress -c $(TARFILE_LOCATION)/$(TARFILE_MD5)-$(TARFILE_NAME…
121 …@noop $(assign UNPACKCMD := uncompress -c $(TARFILE_LOCATION)/$(TARFILE_MD5)-$(TARFILE_NAME).tar.Z…
128 …@noop $(assign UNPACKCMD := gzip -d -c $(subst,\,/ $(TARFILE_LOCATION)/$(TARFILE_MD5)-$(TARFILE_NA…
134 …@noop $(assign UNPACKCMD := gzip -d -c $(subst,\,/ $(TARFILE_LOCATION)/$(TARFILE_MD5)-$(TARFILE_NA…
140 …@noop $(assign UNPACKCMD := $(GNUTAR) -x$(tar_verbose_switch)f $(TARFILE_LOCATION)/$(TARFILE_MD5)-…
146 …@noop $(assign UNPACKCMD := unzip $(unzip_quiet_switch) -o $(TARFILE_LOCATION)/$(TARFILE_MD5)-$(T…
153 @noop $(assign UNPACKCMD := jar xf $(TARFILE_LOCATION)/$(TARFILE_MD5)-$(TARFILE_NAME).jar)
155 …@noop $(assign UNPACKCMD := unzip $(unzip_quiet_switch) -o $(TARFILE_LOCATION)/$(TARFILE_MD5)-$(T…
H A Dtg_xmerge.mk47 $(COMMAND_ECHO)@noop $(assign XTXMERGELIST+:=$(<:f))
48 $(COMMAND_ECHO)@noop $(assign XTXDESTDIR:=$(@:d))
58 @noop $(assign XTXMERGEFILELIST:=$(uniq $(XTXMERGELIST)))
85 $(COMMAND_ECHO)@noop $(assign TREEMERGELIST+:=$(<:f))
86 $(COMMAND_ECHO)@noop $(assign TREEDESTDIR:=$(@:d:d:d))
96 @noop $(assign TREEMERGEFILELIST:=$(uniq $(TREEMERGELIST)))
H A Dtg_propmerge.mk43 $(COMMAND_ECHO)@noop $(assign PMERGELIST+:=$(<:f))
44 $(COMMAND_ECHO)@noop $(assign PDESTDIR:=$(@:d))
54 @noop $(assign PMERGEFILELIST:=$(uniq $(PMERGELIST)))
/trunk/main/bridges/source/jni_uno/
H A Djni_data.cxx105 if (!assign) { in createDefaultUnoValue()
112 if (assign) { in createDefaultUnoValue()
125 if (assign) { in createDefaultUnoValue()
136 if (assign) { in createDefaultUnoValue()
200 if (assign) { in createDefaultUnoValue()
397 if (! assign) in map_to_uno()
453 if (assign) in map_to_uno()
475 if (assign) in map_to_uno()
547 if (assign) in map_to_uno()
980 if (! assign) in map_to_uno()
[all …]
/trunk/main/writerfilter/source/resourcemodel/
H A DToken.cxx38 assign(ooxml::OOXML_FAST_TOKENS_END); in Token_t()
43 assign(nId); in Token_t()
46 void Token_t::assign(sal_Int32 nId) in assign() function in writerfilter::Token_t
67 assign(nId); in operator =()
H A DFraction.cxx95 void Fraction::assign(const Fraction & rFraction) in assign() function in writerfilter::resourcemodel::Fraction
131 assign(rFraction); in operator =()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx755 bool assign) const in map_to_uno()
851 if (assign) in map_to_uno()
864 if (assign) in map_to_uno()
872 if (assign) in map_to_uno()
1007 if (assign) in map_to_uno()
1021 if (assign) in map_to_uno()
1027 if (assign) in map_to_uno()
1033 if (assign) in map_to_uno()
1075 assign); in map_to_uno()
1432 if (assign) in map_to_uno()
[all …]
/trunk/main/autodoc/inc/cosv/
H A Dstring.hxx123 void assign(
127 void assign(
130 void assign(
134 void assign(
141 void assign(
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_vb_bridgetest.vb87 Private Shared Sub assign( rData As TestElement, bBool As Boolean, _
111 Private Shared Sub assign( rData As TestDataElements, bBool As Boolean, _
118 assign( DirectCast( rData,TestElement), _
245 assign( arStruct(0), True, "@"C, 17, &H1234, Convert.ToUInt16(&Hfedc), _
250 assign( arStruct(1), True, "A"C, 17, &H1234, Convert.ToUInt16(&Hfedc), _
255 assign( arStruct(2), True, "B"C, 17, &H1234, Convert.ToUInt16(&Hfedc), _
559 assign( DirectCast(aData, TestElement), _
583 assign( DirectCast(aSetData, TestElement), _
H A Dcli_cpp_bridgetest.cxx224 static void assign( TestElement* rData,
251 static void assign( TestDataElements* rData,
262 assign( static_cast<TestElement*>(rData),
379 assign( static_cast<TestElement*>(aData),
403 assign( static_cast<TestElement*>(aSetData),
591 assign( arStruct[0], true, '@', 17, 0x1234, 0xfedc, 0x12345678, 0xfedcba98,
595 assign( arStruct[1], true, 'A', 17, 0x1234, 0xfedc, 0x12345678, 0xfedcba98,
599 assign( arStruct[2], true, 'B', 17, 0x1234, 0xfedc, 0x12345678, 0xfedcba98,
H A Dcli_cs_bridgetest.cs204 static void assign( TestElement rData, in assign() method in cs_testobj.BridgeTest
231 static void assign( TestDataElements rData, in assign() method in cs_testobj.BridgeTest
242 assign( (TestElement) rData, in assign()
361 assign( (TestElement)aData, in performTest()
385 assign( (TestElement)aSetData, in performTest()
650 assign( arStruct[0], true, '@', 17, 0x1234, 0xfedc, 0x12345678, 0xfedcba98, in performSequenceTest()
654 assign( arStruct[1], true, 'A', 17, 0x1234, 0xfedc, 0x12345678, 0xfedcba98, in performSequenceTest()
658 assign( arStruct[2], true, 'B', 17, 0x1234, 0xfedc, 0x12345678, 0xfedcba98, in performSequenceTest()
/trunk/main/autodoc/source/cosv/strings/
H A Dstring.cxx181 String::assign( const self & i_rStr, in assign() function in csv::String
193 String::assign( const char * i_str ) in assign() function in csv::String
202 String::assign( const char * i_str, in assign() function in csv::String
212 String::assign( const_iterator i_itBegin, in assign() function in csv::String
/trunk/main/comphelper/inc/comphelper/
H A Dnamedvaluecollection.hxx91 inline void assign( const ::com::sun::star::uno::Any& i_rWrappedElements ) in assign() function in comphelper::NamedValueCollection
96 …inline void assign( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& _rArgumen… in assign() function in comphelper::NamedValueCollection
101 …inline void assign( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue … in assign() function in comphelper::NamedValueCollection
106 …inline void assign( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& … in assign() function in comphelper::NamedValueCollection
/trunk/main/svx/source/form/
H A Dformcontrolling.cxx235 assign( _rxController ); in ControllerFeatures()
245 assign( _rxForm ); in ControllerFeatures()
249 void ControllerFeatures::assign( const Reference< XFormController >& _rxController ) in assign() function in svx::ControllerFeatures
257 void ControllerFeatures::assign( const Reference< XForm >& _rxForm ) in assign() function in svx::ControllerFeatures
/trunk/main/boost/
H A Dboost_1_55_0.patch270 - assign_nodes<table> assign(*this);
271 - table_impl::fill_buckets(x.begin(), *this, assign);
276 void assign(table const& x, true_type)
281 - move_assign_nodes<table> assign(*this);
284 - table_impl::fill_buckets(nodes.begin(), *this, assign);
/trunk/main/stoc/test/
H A Dtestiadapter.cxx120 void assign( test::TestElement & rData, in assign() function
147 void assign( test::TestData & rData, in assign() function
158 assign( (test::TestElement &)rData, in assign()
690 assign( _aData, in setValues()
708 assign( _aData, in setValues2()
758 assign( (test::TestElement &)aData, in performTest()
775 assign( (test::TestElement &)aSetData, in performTest()
/trunk/main/sal/inc/osl/
H A Dsocket.hxx142 inline SocketAddr & SAL_CALL SocketAddr::assign( oslSocketAddr Addr, __osl_socket_NoCopy ) in assign() function in osl::SocketAddr
266 addr.assign( osl_getLocalAddrOfSocket( m_handle ) , SAL_NO_COPY ); in getLocalAddr()
288 addr.assign( osl_getPeerAddrOfSocket( m_handle ), SAL_NO_COPY ); in getPeerAddr()
/trunk/main/testtools/source/bridgetest/
H A Dbridgetest.cxx191 static void assign( TestElement & rData, in assign() function
386 assign( in performTest()
399 assign( in performTest()
672 assign( in performTest()
678 assign( in performTest()
684 assign( in performTest()
H A Dcppobj.cxx77 static void assign( TestElement & rData, in assign() function
104 static void assign( TestData & rData, in assign() function
115 assign( (TestElement &)rData, in assign()
567 assign( _aData, in setValues()
585 assign( _aData, in setValues2()
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dcore.py50 def assign( rData, bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper,\ function
103assign( mystruct, 1, 'h', 43, -42,44,42,41,46,47,4.3,4.2,4,"yabadabadoo",self.ctx,"yabadabadoo")
180assign( mystruct, 1, 'h', 43, -42,44,42,41,46,47,4.3,4.2,4,"yabadabadoo",self.ctx,"yabadabadoo")
/trunk/main/autodoc/source/display/idl/
H A Dhfi_typetext.cxx167 sTypeText.assign(sTypeStart, sTypeEnd-sTypeStart); in Produce_byData()
438 sMember.assign(i_member.c_str(), sMember.length()-2); in produce_FromStd()
527 sMember.assign(i_member.c_str(), sMember.length()-2); in produce_IndexLink()
/trunk/main/svx/source/inc/
H A Dformcontrolling.hxx158 void assign(
164 void assign(
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch.mingw77 + m_stuFaceName.assign(reinterpret_cast<wchar_t*>(rgchwFace));
79 m_stuFaceName.assign(rgchwFace);
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx112 m_aTypes.assign(nFieldCount+1,DataType::SQLNULL); in fillColumns()
113 m_aPrecisions.assign(nFieldCount+1,-1); in fillColumns()
114 m_aScales.assign(nFieldCount+1,-1); in fillColumns()

Completed in 129 milliseconds

123456