Home
last modified time | relevance | path

Searched refs:maContent (Results 1 – 10 of 10) sorted by relevance

/trunk/main/svx/source/xoutdev/
H A Dxtable.cxx139 maContent(), in XPropertyList()
146 while(!maContent.empty()) in ~XPropertyList()
148 delete maContent.back(); in ~XPropertyList()
149 maContent.pop_back(); in ~XPropertyList()
155 while(!maContent.empty()) in Clear()
157 delete maContent.back(); in Clear()
158 maContent.pop_back(); in Clear()
172 return maContent.size(); in Count()
192 return maContent[nIndex]; in Get()
252 maContent.insert(maContent.begin() + nIndex, pEntry); in Insert()
[all …]
/trunk/main/canvas/source/vcl/
H A Dspritehelper.cxx62 maContent(), in SpriteHelper()
133 maContent->IsEmpty() ); in redraw()
151 maContent = BitmapEx( aBmp ); in redraw()
181 maContent = BitmapEx( aBmp, aMask ); in redraw()
224 maContent = tools::transformBitmap( *maContent, in redraw()
229 aOutputSize = maContent->GetSizePixel(); in redraw()
247 if( !!(*maContent) ) in redraw()
310 !maContent->IsTransparent() ) in redraw()
357 if( maContent->IsTransparent() ) in redraw()
369 AlphaMask aAlpha( maContent->GetSizePixel(), in redraw()
[all …]
H A Dspritehelper.hxx109 mutable ::canvas::vcltools::VCLObject<BitmapEx> maContent;
/trunk/main/drawinglayer/source/tools/
H A Dconverters.cxx82 VirtualDevice maContent; in convertToBitmapEx() local
85 maContent.SetOutputSizePixel(aSizePixel, false); in convertToBitmapEx()
86 maContent.SetMapMode(aMapModePixel); in convertToBitmapEx()
89 maContent.SetBackground(Wallpaper(Color(COL_WHITE))); in convertToBitmapEx()
90 maContent.Erase(); in convertToBitmapEx()
96 maContent, in convertToBitmapEx()
105 maContent.EnableMapMode(false); in convertToBitmapEx()
117 maContent.SetMapMode(aMapModePixel); in convertToBitmapEx()
120 maContent.Erase(); in convertToBitmapEx()
136 maContent.EnableMapMode(false); in convertToBitmapEx()
[all …]
/trunk/main/svtools/source/contnr/
H A Dfileview.cxx1935 for ( aIt = maContent.begin(); aIt != maContent.end(); aIt++ ) in Clear()
1938 maContent.clear(); in Clear()
2089 if ( maContent.empty() ) in FilterFolderContent_Impl()
2196 for ( aIt = maContent.begin(); aIt != maContent.end(); aIt++ ) in OpenFolder_Impl()
2330 for ( aIt = maContent.begin(); aIt != maContent.end(); aIt++ ) in CreateDisplayText_Impl()
2589 std::stable_sort( maContent.begin(), maContent.end(), CompareSortingData_Impl ); in SortFolderContent_Impl()
2602 for ( aIt = maContent.begin(); aIt != maContent.end(); aIt++ ) in EntryRemoved()
2606 maContent.erase( aIt ); in EntryRemoved()
2620 for ( aIt = maContent.begin(); aIt != maContent.end(); aIt++ ) in EntryRenamed()
2681 maContent.push_back( pData ); in FolderInserted()
[all …]
/trunk/main/toolkit/test/accessibility/
H A DHelpWindow.java101 maContent = createContentWidget(); in HelpWindow()
111 maFrame.getContentPane().add (new JScrollPane (maContent), aConstraints); in HelpWindow()
185 maContent.setPage (aURL); in selectHistoryPage()
201 private JEditorPane maContent;
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/
H A DHelpWindow.java103 maContent = createContentWidget(); in HelpWindow()
113 maFrame.getContentPane().add (new JScrollPane (maContent), aConstraints); in HelpWindow()
187 maContent.setPage (aURL); in selectHistoryPage()
203 private JEditorPane maContent;
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx268 while(!maContent.empty()) in clearContentVector()
270 delete maContent.back(); in clearContentVector()
271 maContent.pop_back(); in clearContentVector()
277 maContent() in MultiBuffer()
288 return 0 == maBuffer.getLength() && maContent.empty(); in empty()
293 for(sal_uInt32 a(0); a < maContent.size(); a++) in writeAndClear()
295 maContent[a]->writeAndClear(rTarget); in writeAndClear()
304 if(!rSource.maContent.empty()) in appendAndClear()
312 for(sal_uInt32 a(0); a < rSource.maContent.size(); a++) in appendAndClear()
314 maContent.push_back(rSource.maContent[a]); in appendAndClear()
[all …]
H A Drtfattributeoutput.hxx52 std::vector< MultiBufferEntry* > maContent; member in MultiBuffer
/trunk/main/svx/inc/svx/
H A Dxtable.hxx158 ::std::vector< XPropertyEntry* > maContent;

Completed in 60 milliseconds