/trunk/main/basegfx/source/polygon/ |
H A D | b2dpolypolygoncutter.cxx | 1086 B2DPolyPolygonVector aInput(rInput); in mergeToSinglePolyPolygon() local 1090 if(aInput.size()) in mergeToSinglePolyPolygon() 1093 aResult.reserve(aInput.size()); in mergeToSinglePolyPolygon() 1128 aInput = aResult; in mergeToSinglePolyPolygon() 1132 while(aInput.size() > 1) in mergeToSinglePolyPolygon() 1139 if(a + 1 < aInput.size()) in mergeToSinglePolyPolygon() 1142 aResult.push_back(solvePolygonOperationOr(aInput[a], aInput[a + 1])); in mergeToSinglePolyPolygon() 1147 aResult.push_back(aInput[a]); in mergeToSinglePolyPolygon() 1151 aInput = aResult; in mergeToSinglePolyPolygon() 1155 if(1 == aInput.size()) in mergeToSinglePolyPolygon() [all …]
|
/trunk/main/l10ntools/source/ |
H A D | xgfconv.cxx | 46 SvFileStream aInput( String( sInput, RTL_TEXTENCODING_ASCII_US ), STREAM_STD_READ ); in main() local 47 if ( !aInput.IsOpen()) { in main() 55 aInput.Close(); in main() 61 while ( !aInput.IsEof()) { in main() 62 aInput.ReadLine( sLine ); in main() 83 aInput.Close(); in main()
|
/trunk/main/filter/source/xsltfilter/ |
H A D | uof2splitter.cxx | 84 InputSource aInput; in start() local 85 aInput.sSystemId = aURL; in start() 86 aInput.sPublicId = aURL; in start() 87 aInput.aInputStream = m_xInputStream; in start() 90 xParser->parseStream( aInput ); in start()
|
H A D | XSLTFilter.cxx | 338 InputSource aInput; in importer() local 339 aInput.sSystemId = aURL; in importer() 340 aInput.sPublicId = aURL; in importer() 341 aInput.aInputStream = pipein; in importer() 352 xSaxParser->parseStream(aInput); in importer()
|
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/ |
H A D | FlatXml.cxx | 160 InputSource aInput; in importer() local 161 aInput.sSystemId = aURL; in importer() 162 aInput.sPublicId = aURL; in importer() 163 aInput.aInputStream = xInputStream; in importer() 165 xSaxParser->parseStream(aInput); in importer()
|
/trunk/main/vcl/unx/generic/app/ |
H A D | salinst.cxx | 206 PredicateReturn aInput; in AnyInput() local 209 aInput.bRet = sal_False; in AnyInput() 210 aInput.nType = nType; in AnyInput() 213 (char *)&aInput ); in AnyInput() 215 bRet = aInput.bRet; in AnyInput()
|
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_java/ |
H A D | FlatXml.java | 130 InputSource aInput = new InputSource(); in importer() 131 aInput.sSystemId = sURL; in importer() 132 aInput.aInputStream =xin; in importer() 134 xParser.parseStream ( aInput ); in importer()
|
/trunk/main/svtools/source/control/ |
H A D | inettbc.cxx | 472 String aInput( aText ); in ReadFolder() local 483 DBG_ASSERT( aInput.Len() >= nMatchLen, "Suspicious Matching!" ); in ReadFolder() 484 aInput.Erase( aInput.Len() - nMatchLen ); in ReadFolder() 488 aInput += aMatch; in ReadFolder() 492 aInput += aDelimiter; in ReadFolder() 494 Insert( aInput, aObj.GetMainURL( INetURLObject::NO_DECODE ), sal_True ); in ReadFolder()
|
/trunk/main/odk/examples/DevelopersGuide/Forms/ |
H A D | DataAwareness.java | 351 protected int skipLineFeeds( java.io.InputStream aInput ) throws java.io.IOException in skipLineFeeds() argument 354 int nChar = aInput.read( ); in skipLineFeeds() 356 nChar = aInput.read( ); in skipLineFeeds() 359 while ( 0 < aInput.available() ) in skipLineFeeds() 360 aInput.read( ); in skipLineFeeds()
|
/trunk/main/basic/source/runtime/ |
H A D | iosys.cxx | 82 Edit aInput; member in SbiInputDialog 95 aInput( this, WB_3DLOOK | WB_LEFT | WB_BORDER ), in SbiInputDialog() 108 aInput.SetPosSizePixel( aPt, aSz ); in SbiInputDialog() 116 aInput.Show(); in SbiInputDialog() 125 aText = aInput.GetText(); in IMPL_LINK_INLINE_START()
|
H A D | step0.cxx | 1208 ByteString aInput; in StepLINPUT() local 1209 pIosys->Read( aInput ); in StepLINPUT() 1212 p->PutString( String( aInput, gsl_getSystemTextEncoding() ) ); in StepLINPUT()
|
/trunk/main/xmlsecurity/tools/demo/ |
H A D | performance.cxx | 512 cssxs::InputSource aInput; in parseFile() local 513 aInput.sSystemId = ouInputFileName; in parseFile() 514 aInput.aInputStream = xInputStream; in parseFile() 553 m_xSaxParser->parseStream(aInput); in parseFile() 558 m_xSaxParser->parseStream(aInput); in parseFile() 756 cssxs::InputSource aInput; in transfer_without_sec() local 757 aInput.sSystemId = inputFileName; in transfer_without_sec() 758 aInput.aInputStream = xInputStream; in transfer_without_sec() 763 m_xSaxParser->parseStream ( aInput ); in transfer_without_sec()
|
/trunk/main/extensions/source/propctrlr/ |
H A D | standardcontrol.cxx | 1277 String aInput = aStr.GetToken(0,'\n' ); in FindPos() local 1279 if (aInput.Len()>0) in FindPos() 1283 aOutput+=aInput; in FindPos() 1295 aInput=aStr.GetToken((sal_uInt16)i, '\n'); in FindPos() 1296 if (aInput.Len()>0) in FindPos() 1301 aOutput += aInput; in FindPos()
|
/trunk/main/xmerge/java/XMergeBridge/src/main/java/ |
H A D | XMergeBridge.java | 227 InputSource aInput = new InputSource(); in importer() local 231 aInput.sSystemId = sFileName; in importer() 232 aInput.aInputStream =xInStream; in importer() 235 xParser.parseStream ( aInput ); in importer()
|
/trunk/main/filter/source/placeware/ |
H A D | exporter.cxx | 184 static OString convertString( OUString aInput ) in convertString() argument 186 OString aRet( aInput.getStr(), aInput.getLength(), RTL_TEXTENCODING_ASCII_US ); in convertString()
|
/trunk/main/rsc/source/tools/ |
H A D | rsctools.cxx | 215 ByteString OutputFile ( ByteString aInput, const char * pExt ) in OutputFile() argument 217 UniString aUniInput( aInput, RTL_TEXTENCODING_ASCII_US ); in OutputFile()
|
/trunk/main/sc/source/ui/miscdlgs/ |
H A D | solveroptions.cxx | 498 String aInput = maEdValue.GetText(); in GetValue() local 502 double fValue = rtl::math::stringToDouble( aInput, in GetValue()
|
/trunk/main/forms/source/xforms/ |
H A D | datatypes.cxx | 222 …UnicodeString aInput( reinterpret_cast<const UChar *>(_rText.getStr()), _rText.getLength() ); // U… in lcl_matchString() 223 _rMatcher.reset( aInput ); in lcl_matchString()
|
/trunk/main/rsc/inc/ |
H A D | rsctools.hxx | 50 ByteString OutputFile( ByteString aInput, const char * ext );
|