Searched refs:maContent (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/svx/source/xoutdev/ |
H A D | xtable.cxx | 139 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 …]
|
/aoo41x/main/canvas/source/vcl/ |
H A D | spritehelper.cxx | 62 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 D | spritehelper.hxx | 109 mutable ::canvas::vcltools::VCLObject<BitmapEx> maContent;
|
/aoo41x/main/drawinglayer/source/tools/ |
H A D | converters.cxx | 82 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 …]
|
/aoo41x/main/svtools/source/contnr/ |
H A D | fileview.cxx | 1935 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 …]
|
/aoo41x/main/toolkit/test/accessibility/ |
H A D | HelpWindow.java | 101 maContent = createContentWidget(); in HelpWindow() 111 maFrame.getContentPane().add (new JScrollPane (maContent), aConstraints); in HelpWindow() 185 maContent.setPage (aURL); in selectHistoryPage() 201 private JEditorPane maContent;
|
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/ |
H A D | HelpWindow.java | 103 maContent = createContentWidget(); in HelpWindow() 113 maFrame.getContentPane().add (new JScrollPane (maContent), aConstraints); in HelpWindow() 187 maContent.setPage (aURL); in selectHistoryPage() 203 private JEditorPane maContent;
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | rtfattributeoutput.cxx | 276 while(!maContent.empty()) in clearContentVector() 278 delete maContent.back(); in clearContentVector() 279 maContent.pop_back(); in clearContentVector() 285 maContent() in MultiBuffer() 296 return 0 == maBuffer.getLength() && maContent.empty(); in empty() 301 for(sal_uInt32 a(0); a < maContent.size(); a++) in writeAndClear() 303 maContent[a]->writeAndClear(rTarget); in writeAndClear() 312 if(!rSource.maContent.empty()) in appendAndClear() 320 for(sal_uInt32 a(0); a < rSource.maContent.size(); a++) in appendAndClear() 322 maContent.push_back(rSource.maContent[a]); in appendAndClear() [all …]
|
H A D | rtfattributeoutput.hxx | 52 std::vector< MultiBufferEntry* > maContent; member in MultiBuffer
|
/aoo41x/main/svx/inc/svx/ |
H A D | xtable.hxx | 158 ::std::vector< XPropertyEntry* > maContent;
|
Completed in 92 milliseconds