/trunk/main/sw/source/ui/frmdlg/ |
H A D | frmpage.cxx | 623 size_t nRelMapSize = lcl_GetFrmMapCount( _pMap ); in lcl_GetLBRelationsForStrID() 1350 sal_uInt16 SwFrmPage::FillPosLB(const FrmMap* _pMap, in FillPosLB() argument 1367 size_t nCount = ::lcl_GetFrmMapCount(_pMap); in FillPosLB() 1368 for (size_t i = 0; _pMap && i < nCount; ++i) in FillPosLB() 1373 …ramePosString::StringId eStrId = aMirrorPagesCB.IsChecked() ? _pMap[i].eMirrorStrId : _pMap[i].eSt… in FillPosLB() 1388 if ( _pMap[i].nAlign == _nAlign && in FillPosLB() 1389 ( !(_pMap == aVCharMap) || _pMap[i].nLBRelations & nLBRelations ) ) in FillPosLB() 1405 return GetMapPos(_pMap, _rLB); in FillPosLB() 1420 size_t nMapCount = ::lcl_GetFrmMapCount(_pMap); in FillRelLB() 1426 if (_pMap == aVAsCharHtmlMap || _pMap == aVAsCharMap) in FillRelLB() [all …]
|
/trunk/main/cui/source/tabpages/ |
H A D | swpossizetabpage.cxx | 500 sal_uLong lcl_GetLBRelationsForStrID( const FrmMap* _pMap, in lcl_GetLBRelationsForStrID() argument 506 std::size_t nRelMapSize = lcl_GetFrmMapCount( _pMap ); in lcl_GetLBRelationsForStrID() 512 nLBRelations |= _pMap[nRelMapPos].nLBRelations; in lcl_GetLBRelationsForStrID() 1809 sal_uInt16 SvxSwPosSizeTabPage::FillPosLB(FrmMap *_pMap, in FillPosLB() argument 1821 const sal_uLong nLBRelations = (_pMap != aVCharMap) in FillPosLB() 1826 std::size_t nCount = ::lcl_GetFrmMapCount(_pMap); in FillPosLB() 1827 for (std::size_t i = 0; _pMap && i < nCount; ++i) in FillPosLB() 1832 …amePosString::StringId eStrId = m_aHoriMirrorCB.IsChecked() ? _pMap[i].eMirrorStrId : _pMap[i].eSt… in FillPosLB() 1842 if ( _pMap[i].nAlign == _nAlign && in FillPosLB() 1843 ( !(_pMap == aVCharMap) || _pMap[i].nLBRelations & nLBRelations ) ) in FillPosLB() [all …]
|
/trunk/main/svl/source/inc/ |
H A D | poolio.hxx | 36 sal_uInt16* _pMap; member 43 _pMap( pMap ) in SfxPoolVersion_Impl() 49 _pMap( rOrig._pMap ) in SfxPoolVersion_Impl()
|
/trunk/main/svx/source/form/ |
H A D | fmsrccfg.cxx | 153 …ic sal_Int16 lcl_implMapAsciiValue( const ::rtl::OUString& _rAsciiValue, const Ascii2Int16* _pMap ) in lcl_implMapAsciiValue() argument 156 const Ascii2Int16* pSearch = _pMap; in lcl_implMapAsciiValue() 177 static const sal_Char* lcl_implMapIntValue( const sal_Int16 _nValue, const Ascii2Int16* _pMap ) in lcl_implMapIntValue() argument 180 const Ascii2Int16* pSearch = _pMap; in lcl_implMapIntValue()
|
/trunk/main/xmloff/source/forms/ |
H A D | controlpropertymap.cxx | 109 void implSortMap(XMLPropertyMapEntry* _pMap) in implSortMap() argument 113 for ( pEnd = _pMap; pEnd->msApiName; ++pEnd) in implSortMap() 115 ::std::sort(_pMap, pEnd, XMLPropertyMapEntryLess()); in implSortMap()
|
/trunk/main/editeng/inc/editeng/ |
H A D | unoipset.hxx | 43 const SfxItemPropertyMapEntry* _pMap; member in SvxItemPropertySet 66 const SfxItemPropertyMapEntry* getPropertyMapEntries() const {return _pMap;} in getPropertyMapEntries()
|
/trunk/main/sw/source/core/access/ |
H A D | accdoc.cxx | 88 SwAccessibleDocumentBase::SwAccessibleDocumentBase ( SwAccessibleMap *_pMap ) : in SwAccessibleDocumentBase() argument 89 SwAccessibleContext( _pMap, AccessibleRole::DOCUMENT, in SwAccessibleDocumentBase() 90 _pMap->GetShell()->GetLayout() ),//swmod 071107//swmod 071225 in SwAccessibleDocumentBase() 91 mxParent( _pMap->GetShell()->GetWin()->GetAccessibleParentWindow()->GetAccessible() ), in SwAccessibleDocumentBase()
|
/trunk/main/svl/source/items/ |
H A D | poolio.cxx | 186 nNewWhich = pVer->_pMap[n]; in Store() 1407 pVerInfo->_pMap[nOfs] != nFileWhich; in GetNewWhich() 1411 if ( pVerInfo->_pMap[nOfs] == nFileWhich ) in GetNewWhich() 1433 nFileWhich = pVerInfo->_pMap[nFileWhich - pVerInfo->_nStart]; in GetNewWhich()
|
/trunk/main/sw/source/ui/inc/ |
H A D | frmpage.hxx | 164 sal_uInt16 FillPosLB( const FrmMap* _pMap, 170 sal_uLong FillRelLB( const FrmMap* _pMap,
|
/trunk/main/svx/source/unodraw/ |
H A D | unoshap2.cxx | 754 static void lcl_mapFormToAPIValue( Any& _rValue, const EnumConversionMap* _pMap ) in lcl_mapFormToAPIValue() argument 759 const EnumConversionMap* pEntry = _pMap; in lcl_mapFormToAPIValue() 771 static void lcl_mapAPIToFormValue( Any& _rValue, const EnumConversionMap* _pMap ) in lcl_mapAPIToFormValue() argument 776 const EnumConversionMap* pEntry = _pMap; in lcl_mapAPIToFormValue()
|
/trunk/main/connectivity/source/inc/java/ |
H A D | tools.hxx | 70 …:Reference< ::com::sun::star::container::XNameAccess > Map2XNameAccess(JNIEnv *pEnv,jobject _pMap);
|
/trunk/main/editeng/source/uno/ |
H A D | unoipset.cxx | 60 _pMap(pMap), mbConvertTwips(bConvertTwips), mrItemPool( rItemPool ) in DECLARE_LIST()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unostyle.cxx | 1122 SwStyleProperties_Impl(const SfxItemPropertyMap* _pMap);
|