Home
last modified time | relevance | path

Searched refs:aContent (Results 1 – 25 of 184) sorted by last modified time

12345678

/trunk/main/forms/source/xforms/submission/
H A Dsubmission_get.cxx94 ucbhelper::Content aContent(aQueryURL, aEnvironment); in submit() local
97 aContent.openStream(aPipe); in submit()
100 m_aResultStream = aContent.openStream(); in submit()
H A Dsubmission_post.cxx61 ucbhelper::Content aContent(m_aURLObj.GetMainURL(INetURLObject::NO_DECODE), aEnvironment); in submit() local
77 aContent.executeCommand( aCommandName, aCommandArgument); in submit()
/trunk/main/linguistic/source/
H A Dmisc.cxx527 ::ucbhelper::Content aContent( rURL, xCmdEnv ); in IsReadOnly()
529 bExists = aContent.isDocument(); in IsReadOnly()
532 Any aAny( aContent.getPropertyValue( A2OU( "IsReadOnly" ) ) ); in IsReadOnly()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx214 Rectangle aContent, aBound; in ImplGetDragWidth() local
218 aArea, 0, aControlValue, rtl::OUString(), aBound, aContent) ) in ImplGetDragWidth()
220 width = pThis->mbHorz ? aContent.GetWidth() : aContent.GetHeight(); in ImplGetDragWidth()
H A Dbrdwin.cxx1153 Rectangle aContent( aCtrlRegion ); in Init() local
1156 aBounds, aContent ) ) in Init()
1158 mnLeftBorder = aContent.Left() - aBounds.Left(); in Init()
1159 mnRightBorder = aBounds.Right() - aContent.Right(); in Init()
1160 mnTopBorder = aContent.Top() - aBounds.Top(); in Init()
1161 mnBottomBorder = aBounds.Bottom() - aContent.Bottom(); in Init()
H A Ddecoview.cxx776 Rectangle aBound, aContent; in ImplDrawFrame() local
779 aNatRgn, 0, aControlValue, rtl::OUString(), aBound, aContent) ) in ImplDrawFrame()
781 rRect = aContent; in ImplDrawFrame()
821 Rectangle aBound, aContent; in ImplDrawFrame() local
824 aNatRgn, 0, aControlValue, rtl::OUString(), aBound, aContent) ) in ImplDrawFrame()
826 if( pWin->DrawNativeControl( CTRL_FRAME, PART_BORDER, aContent, CTRL_STATE_ENABLED, in ImplDrawFrame()
829 rRect = aContent; in ImplDrawFrame()
/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx1014 drawinglayer::primitive2d::Primitive2DSequence aContent(1); in PaintPicture() local
1045 aContent[0] = new drawinglayer::primitive2d::GraphicPrimitive2D( in PaintPicture()
1057 aContent[0] = new drawinglayer::primitive2d::GraphicPrimitive2D( in PaintPicture()
1065 aContent, in PaintPicture()
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx1243 Bitmap aContent(rSize, 24); in createBlendFrame() local
1246 aContent.Erase(COL_BLACK); in createBlendFrame()
1248 BitmapWriteAccess* pContent = aContent.AcquireWriteAccess(); in createBlendFrame()
1324 aContent.ReleaseAccess(pContent); in createBlendFrame()
1327 aLastResult = BitmapEx(aContent, aAlpha); in createBlendFrame()
1333 aContent.ReleaseAccess(pContent); in createBlendFrame()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsInsertionIndicatorOverlay.cxx160 VirtualDevice aContent ( in Create() local
164 aContent.SetOutputSizePixel(aIconSize); in Create()
166 aContent.SetFillColor(); in Create()
167 aContent.SetLineColor(pTheme->GetColor(Theme::Color_PreviewBorder)); in Create()
168 const Point aOffset = PaintRepresentatives(aContent, aPreviewSize, nOffset, rRepresentatives); in Create()
170 PaintPageCount(aContent, nSelectionCount, aPreviewSize, aOffset); in Create()
172 maIcon = aContent.GetBitmapEx(Point(0,0), aIconSize); in Create()
/trunk/main/drawinglayer/source/primitive2d/
H A Dpagepreviewprimitive2d.cxx48 Primitive2DSequence aContent(getPageContent()); in create2DDecomposition() local
50 if(aContent.hasElements() in create2DDecomposition()
63 …const basegfx::B2DRange aRealContentRange(getB2DRangeFromPrimitive2DSequence(aContent, rViewInform… in create2DDecomposition()
71 basegfx::tools::createPolygonFromRect(aAllowedContentRange)), aContent)); in create2DDecomposition()
72 aContent = Primitive2DSequence(&xReferenceA, 1); in create2DDecomposition()
121 const Primitive2DReference xReferenceB(new TransformPrimitive2D(aPageTrans, aContent)); in create2DDecomposition()
H A Dtextlineprimitive2d.cxx255 const Primitive2DSequence aContent(&aNewPrimitive, 1); in create2DDecomposition() local
257 Primitive2DReference(new TransformPrimitive2D(aTransform, aContent))); in create2DDecomposition()
H A Dpatternfillprimitive2d.cxx67 Primitive2DSequence aContent(getChildren()); in create2DDecomposition() local
74 aContent)); in create2DDecomposition()
76 aContent = Primitive2DSequence(&xRef, 1); in create2DDecomposition()
87 aContent); in create2DDecomposition()
H A Dgraphicprimitivehelper2d.cxx164 const Bitmap aContent(rAnimBitmap.aBmpEx.GetBitmap()); in animatedBitmapExPreparator() local
167 aVirtualDevice.DrawBitmap(rAnimBitmap.aPosPix, aContent); in animatedBitmapExPreparator()
171 const Rectangle aRect(rAnimBitmap.aPosPix, aContent.GetSizePixel()); in animatedBitmapExPreparator()
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx5309 String aName, aContent; in ParseMoreMetaOptions() local
5327 aContent = pOption->GetString(); in ParseMoreMetaOptions()
5342 aContent.EraseAllChars( _CR ); in ParseMoreMetaOptions()
5343 aContent.EraseAllChars( _LF ); in ParseMoreMetaOptions()
5347 FillEndNoteInfo( aContent ); in ParseMoreMetaOptions()
5353 FillFootNoteInfo( aContent ); in ParseMoreMetaOptions()
5369 sText.Append( aContent ); in ParseMoreMetaOptions()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrprimitivetools.cxx48 Bitmap aContent(Size(3, 3), 24); in createDefaultCross_3x3() local
50 BitmapWriteAccess* pWContent = aContent.AcquireWriteAccess(); in createDefaultCross_3x3()
69 aContent.ReleaseAccess(pWContent); in createDefaultCross_3x3()
73 delete aRetVal.set(new BitmapEx(aContent, aMask)); in createDefaultCross_3x3()
94 Bitmap aContent(Size(9, 9), 24); in createDefaultGluepoint_9x9() local
96 BitmapWriteAccess* pWContent = aContent.AcquireWriteAccess(); in createDefaultGluepoint_9x9()
189 aContent.ReleaseAccess(pWContent); in createDefaultGluepoint_9x9()
193 delete aRetVal.set(new BitmapEx(aContent, aMask)); in createDefaultGluepoint_9x9()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx4510 String aContent; in CreateOneName() local
4511 ScRange( nX1, nY1, nTab, nX2, nY2, nTab ).Format( aContent, SCR_ABS_3D, pDoc ); in CreateOneName()
4520 if (aOldStr != aContent) in CreateOneName()
4550 ScRangeData* pData = new ScRangeData( pDoc, aName, aContent, in CreateOneName()
4707 rtl::OUStringBuffer aContent; in InsertNameList() local
4715 pData->UpdateSymbol(aContent, ScAddress( nStartCol, nOutRow, nTab )); in InsertNameList()
4717 aFormula += aContent; in InsertNameList()
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx1301 DffRecordHeader aContent; in Import() local
1302 … if ( SeekToRec( rStCtrl, PPT_PST_CString, aCuHeader.GetRecEndFilePos(), &aContent ) ) in Import()
1305 aContent.SeekToBegOfRecord( rStCtrl ); in Import()
1308 … if ( SeekToRec( rStCtrl, PPT_PST_NamedShowSlides, aCuHeader.GetRecEndFilePos(), &aContent ) ) in Import()
1311 sal_uInt32 nSCount = aContent.nRecLen >> 2; in Import()
/trunk/main/vcl/source/control/
H A Dlstbox.cxx694 Rectangle aContent, aBound; in Resize() local
704 aContent.Move( -aPoint.X(), -aPoint.Y() ); in Resize()
707 aOutSz.Width() = aContent.Left(); in Resize()
708 mpBtn->SetPosSizePixel( aContent.Left(), nTop, aContent.Right(), (nBottom-nTop) ); in Resize()
715 aContent.Move( -aPoint.X(), -aPoint.Y() ); in Resize()
725 long nDiff = aContent.Top() - (aSz.Height() - aContent.GetHeight())/2; in Resize()
726 aContent.Top() -= nDiff; in Resize()
727 aContent.Bottom() -= nDiff; in Resize()
729 mpImplWin->SetPosSizePixel( aContent.TopLeft(), aContent.GetSize() ); in Resize()
1382 Rectangle aContent, aBound; in CalcMinimumSize() local
[all …]
/trunk/main/fpicker/source/office/
H A Diodlg.cxx1859 SmartContent aContent( rURL ); in implIsInvalid() local
1860 aContent.enableOwnInteractionHandler( ::svt::OFilePickerInteractionHandler::E_DOESNOTEXIST ); in implIsInvalid()
1861 aContent.isFolder(); // do this _before_ asking isInvalid! Otherwise result might be wrong. in implIsInvalid()
1862 return aContent.isInvalid(); in implIsInvalid()
/trunk/main/comphelper/source/misc/
H A Dmediadescriptor.cxx473 aContent.getPropertyValue(CONTENTPROP_ISREADONLY) >>= bReadOnly; in isStreamReadOnly()
672 ::ucbhelper::Content aContent( sURL, xCommandEnv ); in impl_openStreamWithPostData()
683 aContent.executeCommand( sCommandName, css::uno::makeAny( aPostArgument ) ); in impl_openStreamWithPostData()
728 ::ucbhelper::Content aContent; in impl_openStreamWithURL()
732 aContent = ::ucbhelper::Content(sURL, xCommandEnv); in impl_openStreamWithURL()
733 xContent = aContent.get(); in impl_openStreamWithURL()
769 xStream = aContent.openWriteableStream(); in impl_openStreamWithURL()
790 aContent.get().is() ? aContent.get()->getIdentifier() : 0 ); in impl_openStreamWithURL()
812 aContent.get().is() ? aContent.get()->getIdentifier() : 0 ); in impl_openStreamWithURL()
844 xInputStream = aContent.openStream(); in impl_openStreamWithURL()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dswunohelper.cxx183 ::ucbhelper::Content aContent( rURL, STAR_REFERENCE( ucb::XCommandEnvironment )() ); in UCB_IsFile()
184 bExists = aContent.isDocument(); in UCB_IsFile()
197 ::ucbhelper::Content aContent( rURL, STAR_REFERENCE( ucb::XCommandEnvironment )() ); in UCB_IsDirectory()
198 bExists = aContent.isFolder(); in UCB_IsDirectory()
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx1083 Content aContent(aURL.GetMainURL(INetURLObject::NO_DECODE),Reference<XCommandEnvironment>()); in CreateImpl() local
1084 if (aContent.isDocument()) in CreateImpl()
1111 Content aContent(aURL.GetMainURL(INetURLObject::NO_DECODE),Reference<XCommandEnvironment>()); in CreateImpl() local
1112 aContent.executeCommand( rtl::OUString::createFromAscii( "delete" ),bool2any( sal_True ) ); in CreateImpl()
2388 Content aContent(aURL.GetMainURL(INetURLObject::NO_DECODE),Reference<XCommandEnvironment>()); in renameFile() local
2395aContent.executeCommand( rtl::OUString::createFromAscii( "setPropertyValues" ),makeAny(aProps) ) >… in renameFile()
/trunk/main/framework/source/services/
H A Dautorecovery.cxx3717 …::ucbhelper::Content aContent = ::ucbhelper::Content(sURL, css::uno::Reference< css::ucb::XCommand… in st_impl_removeFile()
3718aContent.executeCommand(::rtl::OUString::createFromAscii("delete"), css::uno::makeAny(sal_True)); in st_impl_removeFile()
/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx1523 const String aContent = pTxtInputFld->GetFieldContent(); in InsertHint() local
1524 InsertText( aContent, aIdx, nInsertFlags ); in InsertHint()
1531 *pEnd = *pEnd + 2 + aContent.Len(); in InsertHint()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgnode.hxx88 Display getDisplayFromContent(const rtl::OUString& aContent);
145 void readLocalCssStyle(const rtl::OUString& aContent);
150 …parseAttribute(const rtl::OUString& rTokenName, SVGToken aSVGToken, const rtl::OUString& aContent);

Completed in 240 milliseconds

12345678